custom span test
All checks were successful
Build And Test / build-and-push (push) Successful in 3m2s

This commit is contained in:
2025-06-16 16:36:21 +09:00
parent 8cfb353679
commit 3610fa6ae9
4 changed files with 147 additions and 94 deletions

View File

@ -1,4 +1,14 @@
# msa-django-auth
mkdir -p wheelhouse
pip download -r requirements.txt -d wheelhouse/
## dev env
### auth
```bash
gunicorn auth_prj.wsgi:application --bind 0.0.0.0:8000 --workers 3
```
### blog
```bash
gunicorn auth_prj.wsgi:application --bind 0.0.0.0:8800 --workers 3
```