Skip to content

Commit c80d596

Browse files
committed
Feature toggle for secret & public RP
1 parent 298d25d commit c80d596

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/manage/templates/application.yml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ server:
2727

2828
features: {{ manage.features }}
2929

30+
feature_toggles:
31+
allow_secret_public_rp: True
32+
3033
push:
3134
eb:
3235
url: https://{{ engine_api_domain }}/api/connections

0 commit comments

Comments
 (0)