webapp (work in progress)

This commit is contained in:
Stef Heyenrath
2019-04-08 07:41:32 +02:00
parent 6c32b9c31a
commit 10a21dbc57
10 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Debug"
}
},
"Console": {
"LogLevel": {
"Default": "Debug"
}
}
},
"AllowedHosts": "*",
"FluentMockServerSettings": {
"AdminUsername": "a",
"AdminPassword": "b",
"StartAdminInterface": true
}
}