Skip to content

Commit

Permalink
fix: 🐛 Ajout console.dso.local au client console-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-montagne committed Aug 3, 2023
1 parent e1df3fc commit 3b2dc9d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ spec:
- "https://{{ console_domain }}/*"
{% if dsc.global.environment == 'development' %}
- "http://dso.local/*"
- "http://console.dso.local/*"
{% endif %}
webOrigins:
- "https://{{ console_domain }}"
{% if dsc.global.environment == 'development' %}
- "http://dso.local"
- "http://console.dso.local"
{% endif %}
defaultClientScopes:
- generic
Expand Down

0 comments on commit 3b2dc9d

Please sign in to comment.