rewrite config files to JSON, refactor environment bootstrap #14

This commit is contained in:
ghost 2023-09-24 23:18:51 +03:00
parent e1054cd69e
commit 32c1bbe4a2
13 changed files with 127 additions and 300 deletions

View file

@ -0,0 +1,6 @@
{
"port": 11211,
"host": "127.0.0.1",
"namespace": "",
"timeout": 3600
}