All checks were successful
Build And Test / build-and-push (push) Successful in 3m2s
14 lines
208 B
Markdown
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
|
|
``` |