From ee899cdb8ebeee7c1f813363ef4358f533e51c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 8 May 2020 12:44:30 +0200 Subject: [PATCH] Use Dev API for tests purposes --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index d6ce7cf..aa805ac 100644 --- a/.env +++ b/.env @@ -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.housesof.world/how" +API_URL_PROD="https://api-dev.housesof.world/how" # Tracking GA_TRACKER_ID="UA-4060922-27"