Files
housesof/.env
Félix Péault a883c3ba94
All checks were successful
continuous-integration/drone/push Build is passing
Enable global site transition via a .env boolean
2020-03-28 18:05:47 +01:00

12 lines
239 B
Bash

# Website
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/_"
# Tracking
GA_TRACKER_ID="UA-4060922-27"