SharpRSS/SharpRSS.API/appsettings.Development.json

13 lines
268 B
JSON
Raw Normal View History

2023-09-03 00:13:02 +02:00
{
2023-09-10 21:32:25 +02:00
"DataBase": {
"Server": "MariaDB",
"Connection": "server=192.168.1.4;user id=api_dev;password=B4OqGO50qCxZXESD;database=sharprss_dev"
},
2023-09-03 00:13:02 +02:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}