radchat/config.json
2025-01-22 20:04:47 -06:00

17 lines
324 B
JSON

{
"server": {
"ipAddress": "192.168.1.222",
"port": 8080
},
"paths": {
"databasePath": "/home/radon/Documents/chattest.db",
"indexJsPath": "./public/index.js",
"indexCssPath": "./public/style.css",
"indexHtmlPath": "./public/index.html"
},
"options": {
"messageMaxAge": 259200,
"nameMaxLength": 32
}
}