{
  "name": "payment-service",
  "version": "3.6.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HQBAa0dxidbhrWIt8UOG"
  },
  "jwt_secret": "cGgtfDIM2sUZqhYmcM6TASsZZZ92wXDw",
  "api_keys": {
    "stripe": "sk_live_DPnL4K659nsGr6grUvhmxar1",
    "sendgrid": "SG.sklpx90M7fkfPvQ7aaTTUB",
    "twilio_sid": "AC48ab63a2be47a302debba9466273053f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}