{
  "name": "payment-service",
  "version": "2.5.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TiP79qxUgUg7f0yEh47K"
  },
  "jwt_secret": "gLIH/7QO30mjPdyEUTra+Vu0m2hfA9qr",
  "api_keys": {
    "stripe": "sk_live_dIkj5DgMzDYfj3KbL63QNhSW",
    "sendgrid": "SG.k4/Y3hIDmw3S8XbXs7GKtx",
    "twilio_sid": "ACd8aee57a342e33b3ecc4197377d8618a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}