Skip to content

Instantly share code, notes, and snippets.

@mheath
Created April 22, 2015 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mheath/6d186b854fbf580c228b to your computer and use it in GitHub Desktop.
Save mheath/6d186b854fbf580c228b to your computer and use it in GitHub Desktop.
Gorouter config
---
status:
port: 8080
user: router_user
pass: "password"
nats:
- host: 10.118.216.202
port: 4222
user: nats
pass: "password"
logging:
file: /var/vcap/sys/log/gorouter/gorouter.log
syslog: vcap.gorouter
level: warn
loggregator_enabled: true
loggregatorConfig:
url: 127.0.0.1:3456
shared_secret: secret
port: 80
index: 0
pidfile: /var/vcap/sys/run/gorouter/gorouter.pid
go_max_procs: -1
trace_key: 22
access_log: /var/vcap/sys/log/gorouter/access.log
debug_addr: 0.0.0.0:17001
secure_cookies: false
publish_start_message_interval: 30
prune_stale_droplets_interval: 30
droplet_stale_threshold: 1800
publish_active_apps_interval: 0 # 0 means disabled
endpoint_timeout: 0
start_response_delay_interval_in_seconds: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment