removed all non databuffer specific stuff - moved imagebuffer into separate repo

This commit is contained in:
2022-01-05 16:39:53 +01:00
parent ade36c09a8
commit aec67cc604
64 changed files with 78 additions and 3057 deletions

View File

@@ -13,8 +13,8 @@ logging.basicConfig(
)
base_directory = Path(".")
upload_url = "https://dispatcher-api.psi.ch/sf/configuration/upload"
delete_url = "https://dispatcher-api.psi.ch/sf/configuration/delete"
upload_url = "https://dispatcher-api.psi.ch/sf-databuffer/configuration/upload"
delete_url = "https://dispatcher-api.psi.ch/sf-databuffer/configuration/delete"
# upload_url = "http://localhost:1234"