mirror of
https://github.com/eliasstepanik/SimpleFunctions.git
synced 2026-01-11 13:48:29 +00:00
18 lines
291 B
JSON
18 lines
291 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AppConfig": {
|
|
"DB": {
|
|
"Server": "localhost",
|
|
"Port": "8082",
|
|
"User": "root",
|
|
"Password": "testPW",
|
|
"Database": "Functions"
|
|
}
|
|
}
|
|
}
|