appsettings.json 496 Bytes
Newer Older
cann-alberto's avatar
cann-alberto committed
1
{
2
  "MMMDatabase": {
cann-alberto's avatar
cann-alberto committed
3
4
    "ConnectionString": "mongodb://localhost:27017",
    "DatabaseName": "MMM",
5
6
7
    "ProfilesCollectionName": "PersonalProfiles",
    "UsersCollectionName": "Users",
    "DevicesCollectionName": "Devices",
8
    "PersonaeCollectionName": "Personae",
cann-alberto's avatar
cann-alberto committed
9
10
    "AccountsCollectionName": "Accounts",
    "ActionsCollectionName": "Actions"
11

cann-alberto's avatar
cann-alberto committed
12
  },
cann-alberto's avatar
cann-alberto committed
13
14
15
16
17
18
19
20
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}