{
  "name": "payment-service",
  "version": "1.4.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ApG6aqSsoRStgZxniDZ2"
  },
  "jwt_secret": "gSDTZ+02yaTqi+2IZE2ApW83M33wSlRV",
  "api_keys": {
    "stripe": "sk_live_rstfUi9NrWFcGc8LeoEom8VK",
    "sendgrid": "SG.BbNZyVrJb1GhwuJ07AoUCq",
    "twilio_sid": "AC341943bcc91cffd116195e700b7d6505"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}