-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(demo): Repoint web services in assembly demo (#1557)
- Loading branch information
1 parent
5a1514c
commit b714937
Showing
7 changed files
with
35 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ export const environment: EnvironmentOptions = { | |
{ | ||
id: 'Gououvert', | ||
title: 'Gouvouvert', | ||
url: 'https://geoegl.msp.gouv.qc.ca/apis/ws/igo_gouvouvert.fcgi' | ||
url: 'https://geoegl.msp.gouv.qc.ca/apis/wss/complet.fcgi' | ||
}, | ||
{ | ||
id: 'DefiningInfoFormat', | ||
|
@@ -56,15 +56,15 @@ export const environment: EnvironmentOptions = { | |
{ | ||
id: 'catalogwithtooltipcontrol', | ||
title: 'Controling tooltip format', | ||
url: 'https://geoegl.msp.gouv.qc.ca/apis/ws/igo_gouvouvert.fcgi', | ||
url: 'https://geoegl.msp.gouv.qc.ca/apis/wss/complet.fcgi', | ||
tooltipType: TooltipType.ABSTRACT | ||
} | ||
] | ||
}, | ||
monitoring: { | ||
provider: 'sentry', | ||
dsn: 'https://[email protected]/0', | ||
identifyUser: true, | ||
identifyUser: true | ||
}, | ||
searchSources: { | ||
storedqueriesreverse: { enabled: false }, | ||
|
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