I was trying to deploy the docker-container after changing the hydrus_server_url and found a possible bug, which wasn't allowing us to change it to something else other than "localhost:{PORT}". In hydrus/conf.py it was hardcoded to "localhost".
Didn't caught this issue before because we were always using localhost and didn't deployed the server.
Expected Behaviour:
hydrus should use server_url provided by user in app.py/cli.py and use it throughout hydrus.
Steps to reproduce:
Snapshot:
Environment:
* python version
* pip version
* OS details
### Do you want to work on this issue?
I'm submitting a
Current Behaviour:
I was trying to deploy the docker-container after changing the hydrus_server_url and found a possible bug, which wasn't allowing us to change it to something else other than
"localhost:{PORT}"
. In hydrus/conf.py it was hardcoded to"localhost"
. Didn't caught this issue before because we were always using localhost and didn't deployed the server.Expected Behaviour:
hydrus should use server_url provided by user in app.py/cli.py and use it throughout hydrus.
Steps to reproduce:
Snapshot:
Environment:
* python version * pip version * OS details ### Do you want to work on this issue?Yes