{
  "name": "auth-service",
  "version": "1.3.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hg5ZhwzaxJ7nfPnrcY8x"
  },
  "jwt_secret": "E7z+MJyezI2gX6I+dWWc2bmTu7hd8ajP",
  "api_keys": {
    "stripe": "sk_live_kfCClmLTK8EtdgupokdmiTKz",
    "sendgrid": "SG.VH6eNRLZZLP18J96mFsE2J",
    "twilio_sid": "AC440a4470518fb5f31dd9661607be73ca"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}