{
  "name": "auth-service",
  "version": "1.5.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8IqLzkbBStMPT454k0tk"
  },
  "jwt_secret": "qZGkKMhxwGIbAFzFu2SVT2HDF4EU1P6Z",
  "api_keys": {
    "stripe": "sk_live_o8TZmflKKBLGAAVVyKimNXmM",
    "sendgrid": "SG.7U7SZs97QVh3CWogWY9OwR",
    "twilio_sid": "AC3d5b602ab81d047fcd2698367a459c0b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}