From bea9ba5e6707f472e8a53a69275891d9a8826f44 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Tue, 26 Jun 2018 13:57:59 +0200 Subject: [PATCH] restore URL-s to live server --- php.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.dockerfile b/php.dockerfile index 801a910..e318185 100644 --- a/php.dockerfile +++ b/php.dockerfile @@ -3,10 +3,10 @@ FROM php:7.0-apache #for frontend config ENV REACT_APP_TEST_URL=http://localhost:8000/api-wiaas \ REACT_APP_PROD_URL=http://localhost:8000/api-wiaas \ - REACT_APP_DEV_URL=http://localhost:8000/api-wiaas + REACT_APP_DEV_URL=http://legacy.wiaas.saburly.com/api-wiaas #for api-wiaas config -ENV WIAAS_URL=http://localhost:8000 +ENV WIAAS_URL=http://legacy.wiaas.saburly.com ENV DB_SERVER=db \ DB_NAME=ricoh_dash \