Skip to content

Commit

Permalink
Merge pull request #151 from YujithIsura/deployment
Browse files Browse the repository at this point in the history
api base url cheanged
  • Loading branch information
YujithIsura authored Oct 2, 2019
2 parents 7047624 + f394040 commit 13f7522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Staging.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY package*.json /app/
COPY ./public /app/public
WORKDIR /app
RUN npm ci
ENV REACT_APP_API_BASE_URL=https://apim-gateway.ecdev.opensource.lk/nominations/0.9
ENV REACT_APP_API_BASE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
ENV REACT_APP_PDF_GENARATION_SERVICE_URL=http://nominations-pdf-20keps.pxe-dev-platformer-1552477983757-1pdna.svc
ENV REACT_APP_AUTH_BASE_URL=https://authnominations.ecstag.opensource.lk
RUN npm run build
Expand Down

0 comments on commit 13f7522

Please sign in to comment.