{
  "name": "auth-service",
  "version": "1.9.21",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wvxEcVduUJrvvfWb1YBA"
  },
  "jwt_secret": "nZNI1p/bFuk5XvEs2KomKYaaTP3Lb8SD",
  "api_keys": {
    "stripe": "sk_live_m1VM71R5RqBTCOOzkLrulrCg",
    "sendgrid": "SG.IrACeTXWMX67BRd24J+E3r",
    "twilio_sid": "AC2ef09925b6638264966451b63510514e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}