UNPKG

express-gateway

Version:

A microservices API gateway built on top of ExpressJS

20 lines 481 B
http: port: 8080 admin: port: 9876 hostname: localhost apiEndpoints: # see: http://www.express-gateway.io/docs/configuration/gateway.config.yml/apiEndpoints serviceEndpoints: # see: http://www.express-gateway.io/docs/configuration/gateway.config.yml/serviceEndpoints policies: - basic-auth - cors - expression - key-auth - log - oauth2 - proxy - rate-limit pipelines: # see: https://www.express-gateway.io/docs/configuration/gateway.config.yml/pipelines