{
  "name": "payment-service",
  "version": "3.6.24",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "grJsyGnTgit4TULS8GfC"
  },
  "jwt_secret": "KIgleUlCWndzeym8E/9M2KNMzB/dlDLl",
  "api_keys": {
    "stripe": "sk_live_XWPcDZGjSob9aMszyL0IT54i",
    "sendgrid": "SG.WwUZx1tvl6770fiC/xp/57",
    "twilio_sid": "ACc17e74b5476a24595f087463cd065db8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}