Created
November 7, 2017 23:01
-
-
Save jakubgs/dd8bdb390c6b550526c2034213cff376 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http: | |
port: 8080 | |
admin: | |
port: 9876 | |
hostname: localhost | |
apiEndpoints: | |
api: | |
host: localhost | |
paths: '/:id' | |
serviceEndpoints: | |
policies: | |
- rcache | |
pipelines: | |
default: | |
apiEndpoints: | |
- api | |
policies: | |
- rcache: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment