{
  "name": "payment-service",
  "version": "1.4.22",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ilwNyeCRE3xlhaGQWwgB"
  },
  "jwt_secret": "XC43H6M8j9nW5HkL0+lyOba8Jcb15fIx",
  "api_keys": {
    "stripe": "sk_live_iSROMDP8Yq7iIVESLBSzmpPz",
    "sendgrid": "SG.oxTM+cIqI9DxmDWx5a04uq",
    "twilio_sid": "AC14bbb2a5784e5301c93bed1050696415"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}