{
  "name": "payment-service",
  "version": "3.1.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hMZ4XkGHpNh1Jom43a5r"
  },
  "jwt_secret": "usjX+g7+J8Izbx3yTphhS945lOr9Rg8N",
  "api_keys": {
    "stripe": "sk_live_hR6eviuCljEzPN39vDGleH25",
    "sendgrid": "SG.jl/eu+TDYCiDDqbd2iqt7f",
    "twilio_sid": "AC9281aa22bcf3767b518d006c780e9fd3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}