mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-07-18 02:23:50 +02:00
24 lines
420 B
JSON
24 lines
420 B
JSON
{
|
|
"fontAwesome": "",
|
|
"mapboxAccessToken": "",
|
|
"cookieSecret": "",
|
|
"serverAdress": "",
|
|
"port": 3000,
|
|
"mysql": {
|
|
"user": "",
|
|
"password": "",
|
|
"database": "",
|
|
"allowCreation": true
|
|
},
|
|
"hCaptcha":{
|
|
"sitekey": "",
|
|
"secret": ""
|
|
},
|
|
"mail": {
|
|
"host": "",
|
|
"port": 0,
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
|
|
} |