17 lines
324 B
JSON
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
|
|
}
|
|
}
|