1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/config.template.json
2016-10-28 21:41:16 +02:00

16 lines
239 B
JSON

{
"Database": {
"url": "",
"database": "",
"username": "",
"password": ""
},
"Api": {
"key": ""
},
"Port": 8080,
"TLSPort": 443,
"TLSCertFile": "",
"TLSKeyFile": ""
}