{
  "name": "payment-service",
  "version": "1.3.14",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3UvMJ4dlbg6fdKc532kW"
  },
  "jwt_secret": "DfQlAYJtFTNe5HlEe9SsbgCaOLHmZK3H",
  "api_keys": {
    "stripe": "sk_live_xXHUMDZvFHHw5VccKBbSmdC4",
    "sendgrid": "SG.L4zwYlHggJ7siFK5f5Dlpj",
    "twilio_sid": "ACdc66117580e6162ab731da13ce096d5b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}