radchat/config.json

17 lines
324 B
JSON
Raw Normal View History

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",
2025-01-22 20:04:47 -06:00
"indexJsPath": "./public/index.js",
"indexCssPath": "./public/style.css",
"indexHtmlPath": "./public/index.html"
2025-01-21 11:26:56 -06:00
},
"options": {
"messageMaxAge": 259200,
"nameMaxLength": 32
2025-01-20 12:23:27 -06:00
}
}