21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"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"
|
|
}
|