{
  "name": "auth-service",
  "version": "1.3.24",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JhbQpYWto1AVQPUEIN9l"
  },
  "jwt_secret": "tPgEJhaJEUSCnJeedx2zFteMHrBBop5b",
  "api_keys": {
    "stripe": "sk_live_U3r3sCBDTTz6VrJgZJH8yH5k",
    "sendgrid": "SG.azmPhBoN6l2qt9/jXrVJxF",
    "twilio_sid": "ACeadbab75e5cc9f0865981e8fe7732e15"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}