{
  "name": "payment-service",
  "version": "3.0.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VcyDSeLxiF8Bhob9MV5f"
  },
  "jwt_secret": "JOlBsm73r3QVww9G9n1YbHaiPn9HeOR0",
  "api_keys": {
    "stripe": "sk_live_EXcsg5Nz1nX2asokOElNFiGd",
    "sendgrid": "SG.2YaswubXxgoR1h9encey9j",
    "twilio_sid": "ACce9aba46f7fbfcebe344ed43ad26f90d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}