24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"CertificateSettings": {
|
|
"fileName": "localhost.pfx",
|
|
"password": "YourSecurePassword"
|
|
},
|
|
"MySql": {
|
|
"Server": "host",
|
|
"Database": "database",
|
|
"User": "User",
|
|
"Password": "Password"
|
|
},
|
|
"ApiKey": {
|
|
"ChallongeApiKey": "Challonge ApiKey"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Port": 5000,
|
|
"JWTTokenSecret": "here goes the custom Secret key for authnetication"
|
|
}
|