Current config structure
This commit is contained in:
35
internal/platform/config/config.json
Normal file
35
internal/platform/config/config.json
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user