{
  "name": "auth-service",
  "version": "3.4.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "t9RFbDl1SVuMZCyaAyCP"
  },
  "jwt_secret": "Sg+Qn75raYjxDx42qjqeMltWJkkFx/HB",
  "api_keys": {
    "stripe": "sk_live_MPtzAh08l49ogUivfRmRvRMp",
    "sendgrid": "SG.nujrTiasEYF2xCggHlEv1B",
    "twilio_sid": "ACdcaca4116e14209048f4ee4996f095d3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}