Created
December 16, 2014 20:45
-
-
Save codyaray/768e2432003c9fa724ea to your computer and use it in GitHub Desktop.
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
| deis config:list | |
| === rustic-gatepost Config | |
| batchfire.queue.connections 2 | |
| batchfire.queue.hosts localhost | |
| batchfire.queue.port 6379 | |
| batchfire.queue.timeout.connect 3000 | |
| batchfire.queue.type redis | |
| cacheinvalidation.queue.connections 3 | |
| cacheinvalidation.queue.host localhost | |
| cacheinvalidation.queue.port 6379 | |
| cacheinvalidation.queue.subscriptions *.config.* | |
| cacheinvalidation.queue.timeout.connect 3000 | |
| com.onetag.batchfire.enabled true | |
| com.onetag.btcookie.delete true | |
| com.onetag.btcookie.domain .tagserve.guestvm.thebrighttag.com | |
| com.onetag.btcookie.version 3 | |
| com.onetag.cookie.store cookies | |
| com.onetag.cookiehub.read_only_resync_enabled false | |
| com.onetag.cookiehub.read_percentage 100 | |
| com.onetag.cookiehub.readtimeout 5000 | |
| com.onetag.cookiehub.uri http://localhost:10006 | |
| com.onetag.cookiesync.config /home/bright/tagserve/cookie_sync_vendor_config.json | |
| com.onetag.cookiesync.ssl.url https://tagserve.guestvm.thebrighttag.com/cs | |
| com.onetag.cookiesync.url http://tagserve.guestvm.thebrighttag.com/cs | |
| com.onetag.datahub.uri http://localhost:10005 | |
| com.onetag.direct.enabled true | |
| com.onetag.direct.evaluation.timeout 5000 | |
| com.onetag.metric.suro.enabled false | |
| com.onetag.metric.suro.lb_server localhost:7101 | |
| com.onetag.metric.suro.lb_type static | |
| com.onetag.metric.suro.maint_consumed_min 0 | |
| com.onetag.metric.suro.maint_unsent_pct 0 | |
| com.onetag.pixel.enabled true | |
| com.onetag.scribe.server localhost | |
| com.onetag.tag.errors.percentage 100 | |
| com.sun.management.jmxremote.port 11099 | |
| tagfire.queue.connections 2 | |
| tagfire.queue.hosts localhost | |
| tagfire.queue.port 6379 | |
| tagfire.queue.timeout.connect 3000 | |
| tagfire.queue.type redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment