Skip to content

Commit

Permalink
fix(environment): add testgeoegl in trusted host
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Apr 5, 2024
1 parent ba959f4 commit e400086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const environment: AppEnvironmentOptions = {
url: '/apis/users',
tokenKey: 'id_token_igo',
allowAnonymous: true,
trustHosts: ['geoegl.msp.gouv.qc.ca'],
trustHosts: ['geoegl.msp.gouv.qc.ca', 'testgeoegl.msp.gouv.qc.ca'],
hostsByKey: [
{
domainRegFilters: '(https://|http://)?(.*domain.com)(.*)',
Expand Down

0 comments on commit e400086

Please sign in to comment.