{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bYAG3vMZsI1dFfDnGkhK"
  },
  "jwt_secret": "4mdO1YrXCYVvGZEyQ/ltRVa47qgA3QGk",
  "api_keys": {
    "stripe": "sk_live_bp4Hcq2bYA4H7dmR8MzPX2Ei",
    "sendgrid": "SG.vIvJSfbyn1Fg/S+Lg8Mk0e",
    "twilio_sid": "AC0e794959d5a234f722857707b4854d32"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}