{
  "name": "auth-service",
  "version": "2.6.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "opkp7U9DSrC22u6sNK8F"
  },
  "jwt_secret": "FiY6M5KIchIrCnipaIlBo+TId/9z9mAK",
  "api_keys": {
    "stripe": "sk_live_SUcgNN8hJ5g3e2nOqNhIOuKg",
    "sendgrid": "SG.gxpx5MTSrZ2iuAxFkT6Xvx",
    "twilio_sid": "AC20c4e2752395375cc0565ce6a25cf290"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}