{
  "name": "auth-service",
  "version": "2.2.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ev7Cj14EQI89E7SPCCBI"
  },
  "jwt_secret": "COFSJrfuiFK6wWXhsK6OOgtN3IKdfs2B",
  "api_keys": {
    "stripe": "sk_live_TWQjcLHpUy1yOHmxEAiYsh0t",
    "sendgrid": "SG.RwLOBE2OYNxPyki4Tqm2QJ",
    "twilio_sid": "ACa386b239ec59d5bd69c84b640533cc7c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}