{
  "name": "payment-service",
  "version": "3.3.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Px7M8srY3AJFidOPTs2M"
  },
  "jwt_secret": "zAmMqWFzfyet+FQ6xRMlJGCXJmsDEgmC",
  "api_keys": {
    "stripe": "sk_live_Mmuggzwpa9T4sDGHIr0RWiBr",
    "sendgrid": "SG.lk1A2Vche6xzSZn+u0hHKm",
    "twilio_sid": "AC650f5aa506dafad940f960e30ba9ebd7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}