monsterdon-bingo/server/config/custom-environment-variables.json
ansible user/allowed to read system logs c7e8eccb57 initial work on logging in with masto
2023-08-13 23:57:52 -07:00

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"
}