22 lines
392 B
JSON
22 lines
392 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DatabaseCredentials": {
|
|
"UserID": "root",
|
|
"Password": "testOnlyDb",
|
|
"Database": "TestDb"
|
|
},
|
|
"DatabaseAddress": {
|
|
"Host": "localhost",
|
|
"Port": 3306
|
|
},
|
|
"SignKey": {
|
|
"Key": "32_CHARACTERS_KEY_IS_REQUIRED_TO_WORK"
|
|
}
|
|
}
|