{
  "name": "auth-service",
  "version": "3.5.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ND8tDx38SPyw3OvRfFRN"
  },
  "jwt_secret": "7LNiuEH3plctGV5xc7VRfe0i0Di1Kcgo",
  "api_keys": {
    "stripe": "sk_live_0YG8H6ALSL3wit66jxwhQoOt",
    "sendgrid": "SG.t1d7jhHmJyxMaarvoLfo3V",
    "twilio_sid": "AC8a758743a5221c285368d3d86326f9d3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}