{
  "name": "payment-service",
  "version": "1.6.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4Oajx74YKt0IGdRjCi8F"
  },
  "jwt_secret": "R6bCC7DHexO8Vi2a3PYhqAqrpFwNp1Kg",
  "api_keys": {
    "stripe": "sk_live_Bq71NaLS9xsajlPPsc7xipP0",
    "sendgrid": "SG.33cQo/iF+QOw6SQ6VHpb93",
    "twilio_sid": "ACaf5b86f40989329ce95e28a693090237"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}