{
  "name": "auth-service",
  "version": "1.6.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "k3dG7KQUQZ5xDB3btrLU"
  },
  "jwt_secret": "BJ9dAeHDTx++IpIBwmFyyR1M5yeXexWU",
  "api_keys": {
    "stripe": "sk_live_0oWFPSwuHpvDWqKuyjGHTH4B",
    "sendgrid": "SG.O2JFJFgCMBVWSL/58a0M3r",
    "twilio_sid": "AC384bebae282a7e32d69ca6f615ff3ef4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}