{
  "name": "auth-service",
  "version": "3.0.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "H52CCgxq9fSkkosElymF"
  },
  "jwt_secret": "O5DHVYiCrHaYNaiWd1z4FJYB49i9i99y",
  "api_keys": {
    "stripe": "sk_live_SquG6gyQ2Rr4iebv9bzc4jyA",
    "sendgrid": "SG.U2wJBio1gbaqlGGcQeAuOb",
    "twilio_sid": "AC398f5758eda776304324a36eac3f325a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}