{
  "name": "payment-service",
  "version": "1.0.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "f6ITG2PehEIQMKHpmNYd"
  },
  "jwt_secret": "9o/h2cLk3ngRtLTmMVLXe0KlEU1r6i9X",
  "api_keys": {
    "stripe": "sk_live_gjNEZYghO0SgmcIAZeHtwIqz",
    "sendgrid": "SG.w5zn3pga1z/1ye1mkFl+qn",
    "twilio_sid": "AC6803dfeb7d51e5c2ad6a7b8680efe4dc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}