{
  "name": "payment-service",
  "version": "2.7.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2BTZ2r5K5GihrsnHNCao"
  },
  "jwt_secret": "DKl/q02StDlBxZdXwXp+UJu9Lxq5nijP",
  "api_keys": {
    "stripe": "sk_live_SsX72JgaiwbUFPAMYdboWxRi",
    "sendgrid": "SG.kT0ypbeNgvP83uUIyHzZRJ",
    "twilio_sid": "AC2c93af86e30847b90092cab773f5aaad"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}