mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
rewrite config files to JSON, refactor environment bootstrap #14
This commit is contained in:
parent
e1054cd69e
commit
32c1bbe4a2
13 changed files with 127 additions and 300 deletions
6
src/config/memcached.json
Normal file
6
src/config/memcached.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"port": 11211,
|
||||
"host": "127.0.0.1",
|
||||
"namespace": "",
|
||||
"timeout": 3600
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue