{
  "name": "auth-service",
  "version": "1.4.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Fk5Ejxr2TXDXLMrKp693"
  },
  "jwt_secret": "Q5y+AIH9OOnXUsHZKxdBEPvRp3WU+hIy",
  "api_keys": {
    "stripe": "sk_live_dhC9QOhm2UxmAhWI9UYJKbmp",
    "sendgrid": "SG.5E8mb73Mae0L4cXzcIzSvS",
    "twilio_sid": "ACc06721f0644e13b98d5971e94c7ddd15"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}