Revert "version 2 for today"
This reverts commit 894fe53725
.
This needs to be done because the api is expected to run on port 80, not
8080.
This commit is contained in:
@ -48,7 +48,7 @@ api_opts = [
|
|||||||
default='0.0.0.0',
|
default='0.0.0.0',
|
||||||
help='Listen address.'),
|
help='Listen address.'),
|
||||||
cfg.IntOpt('bind-port',
|
cfg.IntOpt('bind-port',
|
||||||
default='8080',
|
default='80',
|
||||||
help='Bind port.'),
|
help='Bind port.'),
|
||||||
cfg.StrOpt('database-url',
|
cfg.StrOpt('database-url',
|
||||||
default='sqlite:////tmp/sqlite.db',
|
default='sqlite:////tmp/sqlite.db',
|
||||||
|
@ -39,7 +39,7 @@ CONF = cfg.CONF
|
|||||||
|
|
||||||
worker_opts = [
|
worker_opts = [
|
||||||
cfg.StrOpt('endpoint-url',
|
cfg.StrOpt('endpoint-url',
|
||||||
default='http://localhost:8080',
|
default='http://localhost',
|
||||||
help='API connection URL')
|
help='API connection URL')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user