{
  "name": "auth-service",
  "version": "3.1.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u2hX2xk7nElAVMcuXBry"
  },
  "jwt_secret": "M+BDUKgWZySUMtx9d2J1VMHK1Vx2YW/L",
  "api_keys": {
    "stripe": "sk_live_1tpp6AuH4OqlI1DYGe58QbIX",
    "sendgrid": "SG.cImjOCDwCokkcJPcgml0fc",
    "twilio_sid": "ACde13d6e75d26a2c7e9eb301a1294fcf4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}