mirror of
https://github.com/eliasstepanik/SimpleFunctions.git
synced 2026-01-10 21:28:29 +00:00
21 lines
425 B
JSON
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"
|
|
}
|
|
}
|