change RS256 algorithm
All checks were successful
Build And Test / build-and-push (push) Successful in 1m46s

This commit is contained in:
2025-09-28 23:37:42 +09:00
parent 7b7780b621
commit 1e852671f3
5 changed files with 35 additions and 2 deletions

View File

@ -1,2 +1,13 @@
# msa-django-blog
## dev run server
```bash
python3 manage.py runserver 0.0.0.0:8800
```
### blog
```bash
gunicorn auth_prj.wsgi:application --bind 0.0.0.0:8800 --workers 3
```