Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_fs
Commits
3e67996e
Commit
3e67996e
authored
Sep 12, 2025
by
Matthias Weidenthaler
Browse files
Changed hardcoded backend api url
parent
70d65238
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_fs/s3_config.py
View file @
3e67996e
...
@@ -11,7 +11,7 @@ default_s3_settings = {
...
@@ -11,7 +11,7 @@ default_s3_settings = {
}
}
default_backend_settings
=
{
default_backend_settings
=
{
'backend_url'
:
'http
s
://
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
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment