{
  "name": "auth-service",
  "version": "1.8.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XhPJJqa4lHpd0Yl7YeHM"
  },
  "jwt_secret": "nDAwVGmH6kyR+I3m5u6D8rhXzUfsLL8P",
  "api_keys": {
    "stripe": "sk_live_2DUFGAvSBqt86uqZs8x0IvyF",
    "sendgrid": "SG.bD2EbNHRk8ApJpK3G73pdW",
    "twilio_sid": "AC0543ce50886c2793799529ed296b711e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}