{
  "name": "payment-service",
  "version": "1.6.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "D1yWYWIvvfjcU2PlIzBJ"
  },
  "jwt_secret": "+Wf2eEio+U8sCIoGhZS3B9myNFQMgMPc",
  "api_keys": {
    "stripe": "sk_live_z9MWUtXVuS9XaCKeaqv3vq8A",
    "sendgrid": "SG.BLh3tRpkuvhUKP05Y51VEn",
    "twilio_sid": "AC5491375a55cff08c748f661116fb2a76"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}