{
  "name": "auth-service",
  "version": "2.3.14",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fDTYWykNQoKPlZcxIbIt"
  },
  "jwt_secret": "GHhfFIboFBMuj0zlsp/3sfganZFM4LGu",
  "api_keys": {
    "stripe": "sk_live_3xBRp9a3puLUbHwlmCY1taLY",
    "sendgrid": "SG.TCLNcM7FlFJsO3a4i8emoK",
    "twilio_sid": "AC7ffe7da5c7b832874d5f1707247278cb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}