{
  "local": {
    "api_url": "http://localhost:3000/api",
    "jwt_secret": "PLACEHOLDER_REPLACED_BY_ARIA_SECURITY",
    "db_url": "postgres://user:PLACEHOLDER@localhost:5432/kadicon"
  },
  "staging": {
    "api_url": "https://api.dev.kadicon.de/api",
    "jwt_secret": "PLACEHOLDER_REPLACED_BY_ARIA_SECURITY",
    "db_url": "postgres://user:PLACEHOLDER@REDACTED-staging-host:5432/kadicon"
  },
  "production": {
    "api_url": "https://api.kadicon.de/api",
    "jwt_secret": "PLACEHOLDER_REPLACED_BY_ARIA_SECURITY",
    "db_url": "postgres://user:PLACEHOLDER@REDACTED-prod-host:5432/kadicon"
  }
}
