{
  "name": "auth-service",
  "version": "1.0.3",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "PTlEsl6C3qk69kcOnMh0"
  },
  "jwt_secret": "g576/Baos/s866JssXVijqd+zrxvMCxd",
  "api_keys": {
    "stripe": "sk_live_KrR8XZe3I4V0Kpfmz6tRW9ty",
    "sendgrid": "SG.a38Hx2sI4ep6crYBPlsFaM",
    "twilio_sid": "AC223bc1fe2282e1bd2a04a8f0befc7041"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}