SimpleFunctions/Functions/appsettings.Production.json
Elias Stepanik f0e056f207 Stuff
2023-05-31 22:22:03 +02:00

20 lines
368 B
JSON

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