aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.Development.json
blob: 50eb9256fe3c66cf840a63ec30f7e712236e71fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "DatabaseConfig": {
    "UseDevelopment": true
  },
  "JwtConfig": {
    "SigningKey": "this is very very very very very long secret"
  }
}