Commit 3e67996e authored by Matthias Weidenthaler's avatar Matthias Weidenthaler
Browse files

Changed hardcoded backend api url

parent 70d65238
...@@ -11,7 +11,7 @@ default_s3_settings = { ...@@ -11,7 +11,7 @@ default_s3_settings = {
} }
default_backend_settings = { default_backend_settings = {
'backend_url': 'https://astro-workbench-bts.lab.zverse.space:32443/api/csst', 'backend_url': 'http://10.200.60.199:32000',
} }
def load_from_env(): def load_from_env():
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment