Created
October 25, 2018 12:01
-
-
Save NicolasGeraud/d5d155de0f2db1a1c90ad3db3ca4087d to your computer and use it in GitHub Desktop.
gateway hybrid server
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: 28082 | |
management: | |
type: mongodb | |
mongodb: | |
dbname: ${ds.mongodb.dbname} | |
host: ${ds.mongodb.host} | |
port: ${ds.mongodb.port} | |
ratelimit: | |
type: mongodb | |
mongodb: | |
uri: mongodb://${ds.mongodb.host}/${ds.mongodb.dbname} | |
cache: | |
type: ehcache | |
reporters: | |
elasticsearch: | |
enabled: false | |
services: | |
core: | |
http: | |
enabled: true | |
port: 28182 | |
host: localhost | |
authentication: | |
type: basic | |
users: | |
admin: adminadmin | |
bridge: | |
http: | |
enabled: true | |
port: 28292 | |
host: localhost | |
authentication: | |
type: basic | |
users: | |
admin: adminadmin | |
sync: | |
enabled: false | |
apikeyscache: | |
enabled: false | |
local: | |
enabled: false | |
monitoring: | |
delay: 5000 | |
unit: MILLISECONDS | |
healthcheck: | |
threads: 3 | |
metrics: | |
enabled: false | |
handlers: | |
request: | |
transaction: | |
header: X-Gravitee-Transaction-Id | |
ds: | |
mongodb: | |
dbname: gravitee-hybrid | |
host: localhost | |
port: 27017 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment