mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 17:23:16 +08:00
Update .env values and set up woodpecker.yml
This commit is contained in:
parent
d8065bc70a
commit
67a20a3330
5 changed files with 41 additions and 6 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue