Created
February 17, 2017 08:51
-
-
Save nota-ja/6238107a273de137d2fc528bc1dab1a6 to your computer and use it in GitHub Desktop.
Generated gorouter.yml (for https://github.com/cloudfoundry-incubator/routing-release/pull/66 ) (Information seemed confidential is reducted)
This file contains hidden or 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
--- | |
nats: | |
- host: 10.0.0.21 | |
port: 4222 | |
user: nats | |
pass: "PASSWD" | |
logging: | |
syslog: vcap.gorouter | |
level: info | |
loggregator_enabled: true | |
metron_address: "localhost:3457" | |
tracing: | |
enable_zipkin: false | |
port: 80 | |
index: 0 | |
go_max_procs: -1 | |
trace_key: 22 | |
debug_addr: 0.0.0.0:17003 | |
secure_cookies: false | |
access_log: | |
file: /var/vcap/sys/log/gorouter/access.log | |
enable_streaming: false | |
publish_start_message_interval: 30s | |
prune_stale_droplets_interval: 30s | |
droplet_stale_threshold: 120s | |
publish_active_apps_interval: 0s # 0 means disabled | |
suspend_pruning_if_nats_unavailable: false | |
oauth: | |
token_endpoint: uaa.service.cf.internal | |
client_name: "gorouter" | |
client_secret: PASSWD | |
port: -1 | |
skip_ssl_validation: true | |
drain_wait: 0s | |
healthcheck_user_agent: HTTP-Monitor/1.1 | |
endpoint_timeout: 900s | |
start_response_delay_interval: 20s | |
load_balancer_healthy_threshold: 20s | |
balancing_algorithm: round-robin | |
enable_ssl: false | |
skip_ssl_validation: true | |
ssl_cert_path: /var/vcap/jobs/gorouter/config/cert.pem | |
ssl_key_path: /var/vcap/jobs/gorouter/config/key.pem | |
cipher_suites: <REDUCTED> | |
route_services_timeout: 60s | |
route_services_secret: PASSWD | |
route_services_secret_decrypt_only: | |
route_services_recommend_https: false | |
extra_headers_to_log: [] | |
token_fetcher_max_retries: 3 | |
token_fetcher_retry_interval: 5s | |
token_fetcher_expiration_buffer_time: 30 | |
enable_proxy: false | |
force_forwarded_proto_https: false | |
pid_file: /var/vcap/sys/run/gorouter/gorouter.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment