SimpleFunctions/Functions/appsettings.Production.json
2023-06-02 21:54:46 +02:00

21 lines
425 B
JSON

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