Skip to content

Commit

Permalink
fix(github): Correct WebSocket url
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Sep 11, 2024
1 parent 114d69a commit 2c20c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ VITE_HEADER_TAG=
VITE_HEADER_TAG_COLOR=new
VITE_MINISTER_NAME="Ministère<br>de l'enseignement<br>supérieur<br>et de la recherche"
VITE_VERSION=$npm_package_version
VITE_WS_HOST=wss://works-finder.dataesr.ovh
VITE_WS_HOST=wss://works-magnet.dataesr.ovh
VITE_WS_PORT=443
2 changes: 1 addition & 1 deletion client/.env.staging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_MATOMO_SITE_ID=49
VITE_HEADER_TAG=staging
VITE_WS_HOST=wss://works-finder.staging.dataesr.ovh
VITE_WS_HOST=wss://works-magnet.staging.dataesr.ovh
VITE_WS_PORT=443

0 comments on commit 2c20c7f

Please sign in to comment.