Update .env values and set up woodpecker.yml

This commit is contained in:
Keannu Christian Bernasol 2024-08-30 16:52:15 +08:00
parent d8065bc70a
commit 67a20a3330
5 changed files with 41 additions and 6 deletions

View file

@ -46,8 +46,10 @@ STRIPE_SECRET_WEBHOOK = ''
USE_VAULT = 'False'
SERVE_MEDIA = 'False'
BACKEND_URL = 'localhost:8000'
FRONTEND_URL = 'localhost:4200'
BACKEND_ADDRESS = 'localhost'
BACKEND_PORT = 8000
FRONTEND_ADDRESS = 'localhost'
FRONTEND_PORT = 4200
USE_HTTPS = 'False'
TIMEZONE = 'Asia/Manila'