uploader-upgrade
Some checks failed
Deploy on Push / deploy (push) Failing after 8s

This commit is contained in:
2024-05-06 12:00:57 +03:00
parent 3242758817
commit 8133d0030f
8 changed files with 248 additions and 91 deletions

View File

@@ -14,7 +14,7 @@
- STORJ_END_POINT
- STORJ_BUCKET_NAME
- CDN_DOMAIN
- AUTH_URL
### Локальная разработка
@@ -23,7 +23,7 @@ mkdir .venv
python3.12 -m venv .venv
poetry env use .venv/bin/python3.12
poetry update
poetry run python main.py
poetry run python server.py
```
### Интеграция в Core