2025-01-20 12:23:27 -06:00
|
|
|
{
|
|
|
|
"server": {
|
|
|
|
"ipAddress": "192.168.1.222",
|
2025-01-21 11:26:56 -06:00
|
|
|
"port": 8080
|
2025-01-20 12:23:27 -06:00
|
|
|
},
|
|
|
|
"paths": {
|
2025-01-23 19:37:15 -06:00
|
|
|
"databasePath": "/home/radon/Documents/chat.db",
|
2025-01-22 20:04:47 -06:00
|
|
|
"indexJsPath": "./public/index.js",
|
|
|
|
"indexCssPath": "./public/style.css",
|
2025-01-23 19:37:15 -06:00
|
|
|
"indexHtmlPath": "./public/index.html",
|
|
|
|
"signupHtmlPath": "./public/signup.html",
|
|
|
|
"loginHtmlPath": "./public/login.html"
|
2025-01-21 11:26:56 -06:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"messageMaxAge": 259200,
|
2025-01-23 19:37:15 -06:00
|
|
|
"nameMaxLength": 32,
|
|
|
|
"messagesPerPage": 10
|
2025-01-20 12:23:27 -06:00
|
|
|
}
|
|
|
|
}
|