Files
housesof/.env
2020-04-06 12:21:47 +02:00

13 lines
258 B
Bash

# Website
PROD_URL="https://housesof.world"
TRANSITION=true
HOME_PHOTOS_LIMIT=6
# 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"