{
  "name": "auth-service",
  "version": "1.2.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "urFBIxblvMXa176dQzid"
  },
  "jwt_secret": "+bZVQaEi5ceR0VhkCf8KaXg+0gzuE8Q5",
  "api_keys": {
    "stripe": "sk_live_4yxftPGTIb3jljJStzdCnQTy",
    "sendgrid": "SG.q2d+NyxnuUDPfVZWNSEYiE",
    "twilio_sid": "ACef3a073fd8d6cc49dad6ef61168e831e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}