{
  "name": "payment-service",
  "version": "1.8.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KgnGj0s1Fb41d49xVwYF"
  },
  "jwt_secret": "Crqgw3osvrUE+bu7mPWFGYLfoFmQIBUK",
  "api_keys": {
    "stripe": "sk_live_zAYQWhLeoHdSArYCZIaUkvkc",
    "sendgrid": "SG.oWYsfz+xhpMgBtDHH1vo9A",
    "twilio_sid": "AC8b288d46e323399935b855b6d011a776"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}