initial commit
This commit is contained in:
14
appsettings.json
Normal file
14
appsettings.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"MongoDbConfig": {
|
||||
"Host": "localhost",
|
||||
"Port": "27017"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user