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

208 B

msa-django-auth

dev env

auth

gunicorn auth_prj.wsgi:application --bind 0.0.0.0:8000 --workers 3

blog

gunicorn auth_prj.wsgi:application --bind 0.0.0.0:8800 --workers 3