mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
adding tls
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"database": {
|
||||
"Database": {
|
||||
"url": "",
|
||||
"database": "",
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"api": {
|
||||
"Api": {
|
||||
"key": ""
|
||||
},
|
||||
"port": 8080
|
||||
"Port": 8080,
|
||||
"TLSPort": 443,
|
||||
"TLSCertFile": "",
|
||||
"TLSKeyFile": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user