{
  "name": "auth-service",
  "version": "1.4.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "79FmSV0cui3IbMpbRbak"
  },
  "jwt_secret": "XHdN5PRl61q2IwH62bUMxMH2Tqp41iG9",
  "api_keys": {
    "stripe": "sk_live_4yt5oSZDoG2twsgBx9zurtCX",
    "sendgrid": "SG.KK4js0qxIv6CIUIr3C7eJZ",
    "twilio_sid": "ACac70621fd1ce2ede1229e6e32d91622a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}