Change production API url
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-12 20:14:31 +02:00
parent 0df9dd23e7
commit 3029c3c29f

2
.env
View File

@@ -5,7 +5,7 @@ HOME_PHOTOS_LIMIT=6
# API # API
API_TOKEN="NJk0urljsdSvApUDzWxGgoO6" API_TOKEN="NJk0urljsdSvApUDzWxGgoO6"
API_URL_DEV="http://api.housesof.localhost/how" API_URL_DEV="http://api.housesof.localhost/how"
API_URL_PROD="https://api.housesof.world/_" API_URL_PROD="https://api.housesof.world/how"
# Tracking # Tracking
GA_TRACKER_ID="UA-4060922-27" GA_TRACKER_ID="UA-4060922-27"