{
  "name": "payment-service",
  "version": "2.7.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0C00VanPC9i6F0TFsSmz"
  },
  "jwt_secret": "A4XKuBq06RpgXhFgpU/bqMeiBYGPMmHK",
  "api_keys": {
    "stripe": "sk_live_mOQxfoKnEw6g8SsG5NZXBRnR",
    "sendgrid": "SG.I8ZG4ZSmPj5GAY3PuVVPm+",
    "twilio_sid": "ACba45bae052b13c8744ad9683bd4f3481"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}