restore URL-s to live server
This commit is contained in:
@@ -3,10 +3,10 @@ FROM php:7.0-apache
|
|||||||
#for frontend config
|
#for frontend config
|
||||||
ENV REACT_APP_TEST_URL=http://localhost:8000/api-wiaas \
|
ENV REACT_APP_TEST_URL=http://localhost:8000/api-wiaas \
|
||||||
REACT_APP_PROD_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
|
#for api-wiaas config
|
||||||
ENV WIAAS_URL=http://localhost:8000
|
ENV WIAAS_URL=http://legacy.wiaas.saburly.com
|
||||||
|
|
||||||
ENV DB_SERVER=db \
|
ENV DB_SERVER=db \
|
||||||
DB_NAME=ricoh_dash \
|
DB_NAME=ricoh_dash \
|
||||||
|
|||||||
Reference in New Issue
Block a user