SimpleFunctions/TestFunction/appsettings.Development.json
Elias Stepanik cd23fbe4a9 f
2023-05-29 18:42:26 +02:00

18 lines
291 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AppConfig": {
"DB": {
"Server": "localhost",
"Port": "8082",
"User": "root",
"Password": "testPW",
"Database": "Functions"
}
}
}