SharpRSS/SharpRSS.API/appsettings.Development.json
2024-06-16 13:43:30 +02:00

13 lines
268 B
JSON
Executable File

{
"DataBase": {
"Server": "MariaDB",
"Connection": "server=192.168.1.4;user id=api_dev;password=B4OqGO50qCxZXESD;database=sharprss_dev"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}