{
  "name": "auth-service",
  "version": "2.9.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "guXhyqN2GhcHJzfMSzoY"
  },
  "jwt_secret": "VXN5sCnY4lObO87a8u7avf78RLuxCZH0",
  "api_keys": {
    "stripe": "sk_live_RRPETgsg8x2SmgJ31jyKvNhi",
    "sendgrid": "SG.njAExFy5GsbH3pjpbIEO/n",
    "twilio_sid": "AC9c0cbfdda58afe7e960538c480fca7e8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}