smk-chat/config.json

9 lines
200 B
JSON
Raw Normal View History

2024-06-21 16:26:34 +03:00
{
"sessionSecret": "PLEASE!!CHANGE!!TO!!A!!STRONG!!ONE!!",
"dbUser": "smk",
"dbName": "chat",
"dbPort": 5432,
"dbPassword": "CHANGEME",
"dbHost": "db",
"listenPort": 8080
}