{
  "name": "auth-service",
  "version": "1.1.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9iYaIOZjxwPUqvOue1NR"
  },
  "jwt_secret": "RzImC+SLzs564k0wrrtHJcdm8XRPGT7t",
  "api_keys": {
    "stripe": "sk_live_AxdA4PjDNEeGCaHCmOstBIso",
    "sendgrid": "SG.u7gcB8m/kQGp+HZ/x4zzE1",
    "twilio_sid": "ACd5f3a4c4f80f3de2f98dfa8fd6a346ac"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}