{
  "name": "payment-service",
  "version": "2.3.25",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "GIfjrCfQANL0lafpuV3m"
  },
  "jwt_secret": "BmyEl5vw8GAxxlSLAHP8RSgHcC4xq42j",
  "api_keys": {
    "stripe": "sk_live_YswWmIxL4s0lt5jU12tmKSC7",
    "sendgrid": "SG.pfAJt2HpwZBTSiGssuRNYY",
    "twilio_sid": "ACa6a0b85ba439f91eaf84d130b3abfef5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}