Created
September 17, 2015 17:37
-
-
Save Samstiles/2ebd3cd49ea2dac81416 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
| ## Dev properties for hyperion | |
| #Override server port. Default 80 | |
| hal9002.port=8779 | |
| ## ZINN PROPERTIES | |
| zinn.logLevel=debug | |
| ## EUREKA PROPERTIES | |
| #If required you can disable eureka service registration | |
| hal9002.enableEureka=false | |
| eureka.serviceUrl.default=http://localhost:8080/eureka/v2/ | |
| eureka.port=8779 | |
| titan.aws=false | |
| #TOWERS | |
| titan.zk.enable=false | |
| towers.zk.connection.type=url | |
| towers.zk.connection.url.urls=zookeeper:2181 | |
| # Hyperion | |
| #hyperion.druid-host=http://127.0.0.1:8084/druid/v2 | |
| hyperion.druid-host=http://us-east-1a-dev-druid-broker.internal.liveopslabs.com:8080/druid/v2 | |
| ### toran client properties for riband | |
| toran.riband.hostType=ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment