Skip to content

Commit

Permalink
Merge pull request #706 from kosalag/master
Browse files Browse the repository at this point in the history
Add ENV for pagination
  • Loading branch information
dinukadesilva authored Jul 17, 2020
2 parents 8e7aefe + 28039f9 commit ce80df3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions results-tabulation-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN npm install
ENV REACT_APP_AUTH_APP_URL="https://tabulations.ecdev.opensource.lk"
ENV REACT_APP_TABULATION_API_URL="https://apim-gateway.ecdev.opensource.lk/tabulation/0.1.0"
ENV REACT_APP_DEBUG=true
ENV TABULATION_API_PAGINATION_LIMIT=250

RUN npm run build

Expand Down
1 change: 1 addition & 0 deletions results-tabulation-ui/Stage.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN npm install

ENV REACT_APP_AUTH_APP_URL="https://tabulations.ecstage.opensource.lk"
ENV REACT_APP_TABULATION_API_URL="https://apim-gw.ecstage.opensource.lk/tabulation/0.1.0"
ENV TABULATION_API_PAGINATION_LIMIT=250

RUN npm run build

Expand Down
1 change: 1 addition & 0 deletions results-tabulation-ui/Staging.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN npm install

ENV REACT_APP_AUTH_APP_URL="https://tabulations.ecstag.opensource.lk"
ENV REACT_APP_TABULATION_API_URL="https://apim-gw.ecstag.opensource.lk/tabulation/0.1.0"
ENV TABULATION_API_PAGINATION_LIMIT=250

RUN npm run build

Expand Down
1 change: 1 addition & 0 deletions results-tabulation-ui/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN npm install

ENV REACT_APP_AUTH_APP_URL="https://tabulations-lgc.elections.gov.lk"
ENV REACT_APP_TABULATION_API_URL="https://apim-gw-lgc.elections.gov.lk/tabulation/0.1.0"
ENV TABULATION_API_PAGINATION_LIMIT=250

RUN npm run build

Expand Down

0 comments on commit ce80df3

Please sign in to comment.