custom span test
All checks were successful
Build And Test / build-and-push (push) Successful in 3m2s
All checks were successful
Build And Test / build-and-push (push) Successful in 3m2s
This commit is contained in:
14
README.md
14
README.md
@ -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
|
||||
```
|
Reference in New Issue
Block a user