{
  "name": "payment-service",
  "version": "2.7.25",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "eYSYHpPvt6wIBlITItoN"
  },
  "jwt_secret": "a/GWAOAzwRaGLj7EryMgw9cjtKfnZDOd",
  "api_keys": {
    "stripe": "sk_live_JBhL12qbYJZPuZqL5isBWxg9",
    "sendgrid": "SG.6gZ1BFDyND8TthNVxGDdx7",
    "twilio_sid": "ACed6daadda1712c7af2323b1cf863a3c2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}