{
  "name": "payment-service",
  "version": "3.3.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hTM6ApmgrW4Ujdt4dIKt"
  },
  "jwt_secret": "4yTGtaMAxVk39ibM6pgezdtlnnEAJ3jZ",
  "api_keys": {
    "stripe": "sk_live_dyhZDmSUVrqLZc1wJbioW0Hv",
    "sendgrid": "SG.08l4nOzC1zeOivyZ/7QIRX",
    "twilio_sid": "AC1f9d69730ab14ecd161371f7af905dec"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}