{
  "name": "payment-service",
  "version": "1.3.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aiG6l3IWdxaVuQ8Nk9cf"
  },
  "jwt_secret": "xUEsVBawlh6bBmnVAEw91aVkQ5WCutb+",
  "api_keys": {
    "stripe": "sk_live_6RcCT2ZzodjE3F5roOiemuH0",
    "sendgrid": "SG.LHHDt0P5gdqg2VKnA5AG7L",
    "twilio_sid": "AC0c06331d65cb626babbce35ec2498eaa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}