SimpleFunctions/Functions/appsettings.Production.json
Elias Stepanik 5057c541a4 ö
2023-05-30 22:36:00 +02:00

19 lines
324 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AppConfig": {
"DB": {
"Server": "simplefunctions-db-1",
"Port": "3306",
"User": "root",
"Password": "testPW",
"Database": "Functions"
}
}
}