{
  "name": "payment-service",
  "version": "1.9.27",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cJgoWOEXsm5S9ZJYkxnA"
  },
  "jwt_secret": "rXLd1HTsqsPRUEFqCrcEaR/irXJs22ma",
  "api_keys": {
    "stripe": "sk_live_uuZpOf9JzGGeVggsSWlFyA7n",
    "sendgrid": "SG.MR23yTZwlQOe3oD1WW+d7p",
    "twilio_sid": "AC8a898abc9e2b22d64695f9556f95e1ca"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}