게시물 등록 및 토큰검증 후 등록 추가
This commit is contained in:
10
.env.dev
Normal file
10
.env.dev
Normal file
@ -0,0 +1,10 @@
|
||||
DEBUG=1
|
||||
SQL_ENGINE='django.db.backends.mysql'
|
||||
SQL_HOST='192.168.0.101'
|
||||
SQL_USER='dev'
|
||||
SQL_PASSWORD='Rlaxodms90!@'
|
||||
SQL_DATABASE='msa-django-demo'
|
||||
SQL_PORT='3306'
|
||||
SECRET_KEY='django-insecure-*kh6e0376o-0m5n*xz^2a2t^fa^77c1=))f$3egn7!w7axaj-l'
|
||||
AUTH_VERIFY_URL=http://192.168.0.202:8000/api/auth/verify/
|
||||
# CSRF_TRUSTED_ORIGINS=https://www.example.com,https://butler.example.com,https://butler.example.com:8000
|
Reference in New Issue
Block a user