{
  "name": "payment-service",
  "version": "3.5.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "c2aqxu4nuMWEgNcqlYDu"
  },
  "jwt_secret": "qBg3YyntjG4zoIcHB9DBIz1bUljEiFZF",
  "api_keys": {
    "stripe": "sk_live_VpoPBoTaaThk4XgkHcUEgMUB",
    "sendgrid": "SG.5Pz1AuGPIwgYB2Qkb25pAB",
    "twilio_sid": "AC9403661121133ded9aa13fb86aa17287"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}