{
  "issuerUrl": "http://authority:11560",
  "applicationPort": 11560,
  "development": {
    "builtInReactDevServer": false,
    "detailedErrors": true,
    "disableHttpsEnforcement": true,
    "enableLocalhostImplicit": true,
    "fixWrongHostnames": true
  },
  "studio": true,
  "engines": [
    {
      "clientId": "5minds_engine",
      "clientSecret": "5minds_engine"
    }
  ],
  "otherClients": [
    {
      "clientId": "sample-app",
      "clientSecret": "sample-app",
      "scope": "openid profile email engine_read engine_write",
      "grant_types": ["authorization_code", "refresh_token"],
      "response_types": ["code"],
      "redirect_uris": ["http://localhost:3000/api/auth/callback/authority"]
    }
  ],
  "database": {
    "dialect": "postgres",
    "host": "db",
    "port": 5432,
    "username": "admin",
    "password": "admin",
    "database": "authority"
  },
  "extensions": {
    "path": "/app/extensions",
    "configs": {
      "username_password": {}
    }
  }
}
