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": {
|
|
|
|
"databasePath": "/home/radon/Documents/chattest.db",
|
|
|
|
"indexJsPath": "./content/root.js",
|
|
|
|
"indexCssPath": "./content/root.css",
|
|
|
|
"indexHtmlPath": "./content/root.html",
|
|
|
|
"messagesHtmlPath": "./content/messages.html"
|
2025-01-21 11:26:56 -06:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"messageMaxAge": 259200,
|
|
|
|
"nameMaxLength": 32
|
2025-01-20 12:23:27 -06:00
|
|
|
}
|
|
|
|
}
|