version 2 for today

This commit is contained in:
yash-2264
2025-07-01 21:47:40 +05:30
parent 2737535866
commit 894fe53725
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ api_opts = [
default='0.0.0.0',
help='Listen address.'),
cfg.IntOpt('bind-port',
default='80',
default='8080',
help='Bind port.'),
cfg.StrOpt('database-url',
default='sqlite:////tmp/sqlite.db',

View File

@ -39,7 +39,7 @@ CONF = cfg.CONF
worker_opts = [
cfg.StrOpt('endpoint-url',
default='http://localhost',
default='http://localhost:8080',
help='API connection URL')
]