20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"server": {
|
|
"ipAddress": "192.168.1.222",
|
|
"port": 8080
|
|
},
|
|
"paths": {
|
|
"databasePath": "/home/radon/Documents/chat.db",
|
|
"indexJsPath": "./public/index.js",
|
|
"indexCssPath": "./public/style.css",
|
|
"indexHtmlPath": "./public/index.html",
|
|
"signupHtmlPath": "./public/signup.html",
|
|
"loginHtmlPath": "./public/login.html"
|
|
},
|
|
"options": {
|
|
"messageMaxAge": 259200,
|
|
"nameMaxLength": 32,
|
|
"messagesPerPage": 10
|
|
}
|
|
}
|