mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 17:23:16 +08:00
Rework CSRF and improved .woodpecker.yml
This commit is contained in:
parent
47613a07d2
commit
81dd9334e3
8 changed files with 44 additions and 40 deletions
|
@ -39,6 +39,7 @@ REDIS_PORT = '6379'
|
|||
# Celery
|
||||
CELERY_BROKER = 'redis://redis:6379/0'
|
||||
CELERY_RESULT_BACKEND = 'redis://redis:6379/0'
|
||||
CELERY_FLOWER_PORT = 5555
|
||||
|
||||
# Stripe
|
||||
STRIPE_SECRET_KEY = ''
|
||||
|
@ -49,7 +50,7 @@ SERVE_MEDIA = 'False'
|
|||
BACKEND_ADDRESS = 'localhost'
|
||||
BACKEND_PORT = 8000
|
||||
FRONTEND_ADDRESS = 'localhost'
|
||||
FRONTEND_PORT = 4200
|
||||
FRONTEND_PORT = 4200 # Set this to 443 in production (HTTPS)
|
||||
USE_HTTPS = 'False'
|
||||
TIMEZONE = 'Asia/Manila'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue