{
  "name": "user-service",
  "version": "3.7.24",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jX5yEqysGojVpyKpW39t"
  },
  "jwt_secret": "xSK7aDrpZt76tycIDBS3wYt2WbJETnxs",
  "api_keys": {
    "stripe": "sk_live_GYPNOwqQqFrHCaFUYGc1YcXK",
    "sendgrid": "SG.MOwqEFL2htjW1JCctdgYYm",
    "twilio_sid": "AC5a12e9210d31a7a378218201a9ec29de"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}