35 lines
709 B
JSON
35 lines
709 B
JSON
{
|
|
"csrf": {
|
|
"cookieName": ""
|
|
},
|
|
"database": {
|
|
"server": "",
|
|
"port": 3306,
|
|
"databaseName": "",
|
|
"maxOpenConnections": 10,
|
|
"maxIdleConnections": 5,
|
|
"connectionMaxLifetime": "",
|
|
"username": "",
|
|
"password":""
|
|
},
|
|
"httpServer": {
|
|
"port": 8082,
|
|
"address": "",
|
|
"productionMode": false
|
|
},
|
|
"license": {
|
|
"apiUrl": "",
|
|
"apiKey": ""
|
|
},
|
|
"session": {
|
|
"cookieName": "",
|
|
"lifetime": "",
|
|
"idleTimeout": "",
|
|
"rememberCookieName": "",
|
|
"rememberDuration": ""
|
|
},
|
|
"site": {
|
|
"siteName": "",
|
|
"copyrightYearStart": 0
|
|
}
|
|
} |