-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tech] Correction de la messagerie (UPDATE ENV VAR) (#3029)
## Linked issues - Resolve #3015 ---- - [ ] Tests E2E (Cypress) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Updated environment variable names and configurations for chat integration. - **New Features** - Simplified the configuration setup for injecting chat functionality in the frontend application. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
10 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ services: | |
- FRONTEND_OIDC_REDIRECT_URI=https://monitorfish.din.developpement-durable.gouv.fr | ||
- FRONTEND_SENTRY_DSN=https://[email protected]/8 | ||
- FRONTEND_SHOM_KEY=rg8ele7cft4ujkwjspsmtwas | ||
- VITE_SMALL_CHAT_SNIPPET= | ||
- FRONTEND_MISSION_FORM_AUTO_SAVE_ENABLED=true # Even if we inject this env var, the value is not used (see cypress.config.ts) | ||
- FRONTEND_MISSION_FORM_AUTO_UPDATE_ENABLED=true | ||
- FRONTEND_SMALL_CHAT_SNIPPET= | ||
ports: | ||
- 8880:8880 | ||
- 8000:8000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,9 +60,9 @@ services: | |
- FRONTEND_OIDC_REDIRECT_URI=https://monitorfish.din.developpement-durable.gouv.fr | ||
- FRONTEND_SENTRY_DSN=https://[email protected]/8 | ||
- FRONTEND_SHOM_KEY=rg8ele7cft4ujkwjspsmtwas | ||
- VITE_SMALL_CHAT_SNIPPET= | ||
- FRONTEND_MISSION_FORM_AUTO_SAVE_ENABLED=true | ||
- FRONTEND_MISSION_FORM_AUTO_UPDATE_ENABLED=true | ||
- FRONTEND_SMALL_CHAT_SNIPPET= | ||
ports: | ||
- 8880:8880 | ||
- 8000:8000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters