{
  "name": "auth-service",
  "version": "1.4.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G3aXr3HzwUmnlSJidXKS"
  },
  "jwt_secret": "RfTIYA5qe8LjI3YxWKqq49/Tqn4345OP",
  "api_keys": {
    "stripe": "sk_live_yc8UwxGng3L1NUYRZFgjkxdX",
    "sendgrid": "SG.qrDoyspVOFL69PqD6y9Qsd",
    "twilio_sid": "ACa1471e8be0e1b7edd2544ec4e22bbab9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}