Creation
This commit is contained in:
15
Server/appsettings.Development.json
Normal file
15
Server/appsettings.Development.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"ConnectionString": "Data Source=asdf;",
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft": "Warning",
|
||||
"Log4netProvider": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Debug"
|
||||
}
|
||||
},
|
||||
"IsDevelopment": true,
|
||||
"IsStaging": false,
|
||||
"MonAResource": "Asdf_Asdf_IFX",
|
||||
"URLs": "https://localhost:7130;http://localhost:5126"
|
||||
}
|
Reference in New Issue
Block a user