{
  "name": "payment-service",
  "version": "3.9.8",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "L5aFxLG1zD7frSt9f9rS"
  },
  "jwt_secret": "PkmCoVOTGXTCnSjCyhTfe84CfLGXpO5Z",
  "api_keys": {
    "stripe": "sk_live_OVDa5Q9LYPdh95c9RBaef7aP",
    "sendgrid": "SG.YmuZIHzb3YglCGg37m6IcZ",
    "twilio_sid": "AC3a511d9ab76131ea1be81f880ef33018"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}