{
  "name": "payment-service",
  "version": "3.8.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ap1iXMjDpX2y2lIUCQW4"
  },
  "jwt_secret": "xzg7iAH/STZ6KCd8mfwKRWQYKFu9GyIT",
  "api_keys": {
    "stripe": "sk_live_HkmUR1LxyqCrem9FXaehLKxS",
    "sendgrid": "SG.2OEp0G0tf0bYhjLUotswKA",
    "twilio_sid": "ACf4927cb414e8452479227604ac788192"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}