10 lines
195 B
JSON
Executable file
10 lines
195 B
JSON
Executable file
{
|
|
"port": "PORT",
|
|
"sqliteFile": "SQLITE_FILE",
|
|
"logDir": "LOG_DIR",
|
|
"cookies": {
|
|
"key1": "COOKIE_KEY_1",
|
|
"key2": "COOKIE_KEY_2"
|
|
},
|
|
"baseUrl": "BASE_URL"
|
|
}
|