1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

adding tls

This commit is contained in:
2016-10-28 21:27:04 +02:00
parent 6848ddadd0
commit 9c2e7bd754
5 changed files with 23 additions and 8 deletions

View File

@@ -1,12 +1,15 @@
{
"database": {
"Database": {
"url": "",
"database": "",
"username": "",
"password": ""
},
"api": {
"Api": {
"key": ""
},
"port": 8080
"Port": 8080,
"TLSPort": 443,
"TLSCertFile": "",
"TLSKeyFile": ""
}