{
  "name": "auth-service",
  "version": "3.4.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7VaRHgSTcLdxOr7iuhV9"
  },
  "jwt_secret": "wmk8DPvtWDrHcepZhI2k7xiP8jWW0F5Z",
  "api_keys": {
    "stripe": "sk_live_6GUjb87GITjUacz5xzAg22s0",
    "sendgrid": "SG.UookA7FS+A90K6AI6bBOZj",
    "twilio_sid": "AC734ce7c7031e9b41a543d40f7fe36d66"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}