Skip to content

Commit

Permalink
config api url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
YujithIsura committed Jul 8, 2022
1 parent 0757abe commit 6091c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Staging.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV REACT_APP_API_BASE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
ENV REACT_APP_PDF_GENARATION_SERVICE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
ENV REACT_APP_AUTH_BASE_URL=https://nominations.ecstag.opensource.lk
ENV REACT_APP_NOMINATION_URL=https://nominations.ecstag.opensource.lk
ENV REACT_APP_CONFIG_API_URL=http://220.247.204.21:3001
ENV REACT_APP_CONFIG_API_URL=https://lsfconfig.elections.gov.lk

RUN npm run build
RUN rm /etc/localtime
Expand Down
2 changes: 1 addition & 1 deletion client/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var API_BASE_URL = 'http://localhost:8280/nominations/0.9';
// var PDF_GENARATION_SERVICE_URL = 'http://localhost:5000/';
var PDF_GENARATION_SERVICE_URL = 'http://localhost:8280/nominations/0.9';
// var PDF_GENARATION_SERVICE_URL = 'https://id.ecstag.opensource.lk'
var CONFIG_API_URL = 'http://220.247.204.21:3001';
var CONFIG_API_URL = 'https://lsfconfig.elections.gov.lk';
var AUTH_BASE_URL = 'http://localhost:3001/';
// var CONFIG_MANAGEMENT_SERVICE_URL = 'http://localhost:3001/';

Expand Down

0 comments on commit 6091c57

Please sign in to comment.