{
  "name": "auth-service",
  "version": "1.6.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Tc8fvh9HzTBWD3BqHqnx"
  },
  "jwt_secret": "tTleT34vvoxNByggz1/B57K52aorr78d",
  "api_keys": {
    "stripe": "sk_live_i4iBStfIrY8rtMIPxIUImobp",
    "sendgrid": "SG.HfR3qU8j8ehIkvrINWpAtX",
    "twilio_sid": "ACcc004b5743d2ef517fcb39838b0b7f21"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}