Skip to content

Commit 2197b99

Browse files
authored
Merge pull request #336 from YujithIsura/newNomination
config api url updated
2 parents 109f278 + 6091c57 commit 2197b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/Staging.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV REACT_APP_API_BASE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
1111
ENV REACT_APP_PDF_GENARATION_SERVICE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
1212
ENV REACT_APP_AUTH_BASE_URL=https://nominations.ecstag.opensource.lk
1313
ENV REACT_APP_NOMINATION_URL=https://nominations.ecstag.opensource.lk
14-
ENV REACT_APP_CONFIG_API_URL=http://220.247.204.21:3001
14+
ENV REACT_APP_CONFIG_API_URL=https://lsfconfig.elections.gov.lk
1515

1616
RUN npm run build
1717
RUN rm /etc/localtime

client/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var API_BASE_URL = 'http://localhost:8280/nominations/0.9';
22
// var PDF_GENARATION_SERVICE_URL = 'http://localhost:5000/';
33
var PDF_GENARATION_SERVICE_URL = 'http://localhost:8280/nominations/0.9';
44
// var PDF_GENARATION_SERVICE_URL = 'https://id.ecstag.opensource.lk'
5-
var CONFIG_API_URL = 'http://220.247.204.21:3001';
5+
var CONFIG_API_URL = 'https://lsfconfig.elections.gov.lk';
66
var AUTH_BASE_URL = 'http://localhost:3001/';
77
// var CONFIG_MANAGEMENT_SERVICE_URL = 'http://localhost:3001/';
88

0 commit comments

Comments
 (0)