Rework CSRF and improved .woodpecker.yml

This commit is contained in:
Keannu Christian Bernasol 2024-08-30 19:28:24 +08:00
parent 47613a07d2
commit 81dd9334e3
8 changed files with 44 additions and 40 deletions

View file

@ -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'