auth
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
2023-12-02 08:44:06 +03:00
parent a5e6bbd724
commit 264e274f4b
7 changed files with 132 additions and 10 deletions

View File

@@ -12,4 +12,15 @@
- STORJ_SECRET_KEY
- STORJ_END_POINT
- STORJ_BUCKET_NAME
- CDN_DOMAIN
- CDN_DOMAIN
### Локальная разработка
```shell
mkdir .venv
python3.12 -m venv .venv
poetry env use .venv/bin/python3.12
poetry update
poetry run python main.py
```