15 lines
389 B
JSON
15 lines
389 B
JSON
{
|
|
"Server": "http://127.0.0.1:7070",
|
|
"LogLevel": "debug",
|
|
"HTTPSessionMaxAge": 86400,
|
|
"StaticResourceVersion": "${time}",
|
|
"MaxProcs": 4,
|
|
"RuntimeMode": "dev",
|
|
"WD": "${pwd}",
|
|
"Locale": "en_US",
|
|
"Playground": "${home}/playground",
|
|
"Users": "conf/users",
|
|
"UsersWorkspaces": "${WD}/workspaces",
|
|
"AllowRegister": true,
|
|
"Autocomplete": true
|
|
} |