{
  "name": "auth-service",
  "version": "2.9.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2hQBd1SREKmLhYmIbt2R"
  },
  "jwt_secret": "bXS9foQscnBJ4my0KRHwBG5f/GXtbN34",
  "api_keys": {
    "stripe": "sk_live_lZ1mWzeU0A0Sf9P8SAG4e6pe",
    "sendgrid": "SG.HOTuxJ5cXgWdQm3S3n+b3A",
    "twilio_sid": "AC0bd1a644d0ad41b35d61e09480f8ea0f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}