Commit 06548873 authored by Matthias Weidenthaler's avatar Matthias Weidenthaler
Browse files

Changed backend config to dev environment. Added description of list value metadata query

parent 75d3742d
...@@ -171,14 +171,11 @@ filter = { ...@@ -171,14 +171,11 @@ filter = {
} }
``` ```
3) Timestamp equality and ranges 3) List of values
The queried data should match one of the values in the list. String or number values are possible.
```python ```python
filter = { filter = {
"created_date": "2015-08-04T11:00:00", "NAXIS": [0, 1]
"obs_date": {
"gt": "2015-06-01T10:00:00",
"lt": "2015-07-01T10:00:00",
},
} }
``` ```
......
...@@ -11,7 +11,7 @@ default_s3_settings = { ...@@ -11,7 +11,7 @@ default_s3_settings = {
} }
default_backend_settings = { default_backend_settings = {
'backend_url': 'http://10.200.60.199:32000', 'backend_url': 'https://astro-workbench-bts.lab.zverse.space:32443/api/csst',
} }
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