{
  "name": "auth-service",
  "version": "1.5.15",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3zrDAd1sim21J443Moz8"
  },
  "jwt_secret": "pmcq5wRlezSuwF35IiAq1Y/cDgRahHTj",
  "api_keys": {
    "stripe": "sk_live_KTlM0u38E5rq0Y8xtzxDpYwj",
    "sendgrid": "SG.5GY9NRzV4iwYel2x0mjPq3",
    "twilio_sid": "AC557c53111661e829498483521fbd812f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}