Files
msa-django-auth/README.md
icurfer 3610fa6ae9
All checks were successful
Build And Test / build-and-push (push) Successful in 3m2s
custom span test
2025-06-16 16:36:21 +09:00

14 lines
208 B
Markdown

# msa-django-auth
## 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
```