Files
housesof/.env
Félix Péault ee899cdb8e
All checks were successful
continuous-integration/drone/push Build is passing
Use Dev API for tests purposes
2020-05-08 12:44:30 +02:00

12 lines
248 B
Bash

# Website
PROD_URL="https://housesof.world"
HOME_PHOTOS_LIMIT=6
# API
API_TOKEN="NJk0urljsdSvApUDzWxGgoO6"
API_URL_DEV="http://api.housesof.localhost/how"
API_URL_PROD="https://api-dev.housesof.world/how"
# Tracking
GA_TRACKER_ID="UA-4060922-27"