Enable global site transition via a .env boolean
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
11
.env
11
.env
@@ -1,10 +1,11 @@
|
||||
# Website
|
||||
PROD_URL=https://housesof.world
|
||||
PROD_URL="https://housesof.world"
|
||||
TRANSITION=false
|
||||
|
||||
# API
|
||||
API_TOKEN=NJk0urljsdSvApUDzWxGgoO6
|
||||
API_URL_DEV=http://api.housesof.localhost/how
|
||||
API_URL_PROD=https://api.housesof.world/_
|
||||
API_TOKEN="NJk0urljsdSvApUDzWxGgoO6"
|
||||
API_URL_DEV="http://api.housesof.localhost/how"
|
||||
API_URL_PROD="https://api.housesof.world/_"
|
||||
|
||||
# Tracking
|
||||
GA_TRACKER_ID=UA-4060922-27
|
||||
GA_TRACKER_ID="UA-4060922-27"
|
||||
|
||||
Reference in New Issue
Block a user