File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV REACT_APP_API_BASE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
11
11
ENV REACT_APP_PDF_GENARATION_SERVICE_URL=https://apim-gw.ecstag.opensource.lk/nominations/0.9
12
12
ENV REACT_APP_AUTH_BASE_URL=https://nominations.ecstag.opensource.lk
13
13
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
15
15
16
16
RUN npm run build
17
17
RUN rm /etc/localtime
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var API_BASE_URL = 'http://localhost:8280/nominations/0.9';
2
2
// var PDF_GENARATION_SERVICE_URL = 'http://localhost:5000/';
3
3
var PDF_GENARATION_SERVICE_URL = 'http://localhost:8280/nominations/0.9' ;
4
4
// 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 ' ;
6
6
var AUTH_BASE_URL = 'http://localhost:3001/' ;
7
7
// var CONFIG_MANAGEMENT_SERVICE_URL = 'http://localhost:3001/';
8
8
You can’t perform that action at this time.
0 commit comments