Config Linux

This commit is contained in:
2018-10-06 02:55:29 +02:00
parent a44cd1321a
commit 67f1c838ae
4 changed files with 27 additions and 10 deletions

View File

@@ -4,10 +4,16 @@
"Default": "Warning"
}
},
"certificateSettings": {
"CertificateSettings": {
"fileName": "localhost.pfx",
"password": "YourSecurePassword"
},
"MySql": {
"Server": "host",
"Database": "database",
"User": "User",
"Password": "Password"
},
"AllowedHosts": "*",
"Port": 5000,
"JWTTokenSecret": "here goes the custom Secret key for authnetication"