ENV file fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-09 20:06:04 +02:00
parent 1c0c372d6a
commit 421b76a84a
2 changed files with 2 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ steps:
headers:
from_secret: cdn_accesskey
method: POST
failure: ignore
when:
branch:
- master

2
.env
View File

@@ -5,7 +5,7 @@ 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"
API_URL_PROD="https://api.housesof.world/how"
# Tracking
GA_TRACKER_ID="UA-4060922-27"