{
  "name": "auth-service",
  "version": "1.2.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kOYQBmIMpuYWiAx16wyg"
  },
  "jwt_secret": "o91n7nO3UzQp5Pdw9oZaY5dNitCBCZ+w",
  "api_keys": {
    "stripe": "sk_live_vbIVohuVJCIHKTItzb6kb8pW",
    "sendgrid": "SG.wfT8P+45r206CC8D9rVFPk",
    "twilio_sid": "ACb28fb6df83e2aaff7554aace25a60aee"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}