Better PORT defaults
This commit is contained in:
parent
74a2e7df54
commit
c29444e1a7
|
|
@ -15,12 +15,14 @@ There' a ``from local_config import *`` at the end of this file.
|
||||||
ROW_LIMIT = 5000
|
ROW_LIMIT = 5000
|
||||||
|
|
||||||
DRUID_HOST = '0.0.0.0'
|
DRUID_HOST = '0.0.0.0'
|
||||||
DRUID_PORT = 8080
|
DRUID_PORT = '8084'
|
||||||
DRUID_BASE_ENDPOINT = 'druid/v2'
|
DRUID_BASE_ENDPOINT = 'druid/v2'
|
||||||
|
|
||||||
COORDINATOR_HOST = '0.0.0.0'
|
COORDINATOR_HOST = '0.0.0.0'
|
||||||
COORDINATOR_PORT = '8080'
|
COORDINATOR_PORT = '8081'
|
||||||
COORDINATOR_BASE_ENDPOINT = 'druid/coordinator/v1'
|
COORDINATOR_BASE_ENDPOINT = 'druid/coordinator/v1'
|
||||||
|
|
||||||
|
PANORAMIX_WEBSERVER_PORT = 8088
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
|
|
||||||
# Your App secret key
|
# Your App secret key
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue