{
  "name": "auth-service",
  "version": "2.4.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IHLwjEvB0vEMhSCfZZZ0"
  },
  "jwt_secret": "k3RZcvh3m3WDW8ciCyWiHut9mNjB0c9L",
  "api_keys": {
    "stripe": "sk_live_HYgWZufBJL4Pj6yYMFYp08xf",
    "sendgrid": "SG.mR8BRF2MS4ba1ePyExdZIG",
    "twilio_sid": "AC41dd0cc43a5c180f0404cfb07a2cecc9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}