{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },

  "AllowedHosts": "*",

  "UseSqlite": true,
  "ConnectionStrings": {
    "SqliteConnection": "Data Source=app.db",
    "SqlServerConnection": "Server=.;Database=AppDb;Trusted_Connection=True;"
  },

  "JwtSettings": {
    "Secret": "MySuperSecretKeydebugdebugdebugdebugdebugdebugdebugdebug",
    "Issuer": "ProjectStorySync",
    "Audience": "StoryMakers",
    "ExpirationMinutes": 60
  },

  "GameJwtSettings": {
    "Secret": "EverySingleLittlePieceOfMeIsTornApartButIMustKeepGoing00",
    "Issuer": "SyncServer",
    "Audience": "GameClients",
    "ExpirationMinutes": 5184000
  },

  "InServerStorage": {
    "RootFolder": "/AssetsRoot"
  }
}
