Config Linux
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user