23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DatabaseCredentials": {
|
|
"UserID": "root",
|
|
"Password": "testOnlyDb",
|
|
"Database": "TestDb",
|
|
"connString":"Server=127.0.0.1;Port=3306;Database=TestDb;User Id=root;Password=testOnlyDb;"
|
|
},
|
|
"DatabaseAddress": {
|
|
"Host": "localhost",
|
|
"Port": 3306
|
|
},
|
|
"SignKey": {
|
|
"Key": "32_CHARACTERS_KEY_IS_REQUIRED_TO_WORK"
|
|
}
|
|
}
|