Skip to content

Commit

Permalink
react variables
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Mar 29, 2024
1 parent 83fa273 commit 81b6805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/openshift/deploy.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ objects:
secretKeyRef:
name: ttls
key: ttls_api_endpoint
- name: backend_url
- name: BACKEND_URL
value: http://${NAME}-${ZONE}-backend
- name: session_path
value: '/mnt/sessions'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- 'apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget libgbm-dev && npm i && npm run start'
environment:
NODE_ENV: development
backend_url: http://backend
REACT_APP_API_URL: http://backend
COOKIE_SECRET: asdf
SESSION_SECRET: fdsa
healthcheck:
Expand Down

0 comments on commit 81b6805

Please sign in to comment.