Skip to content

Commit

Permalink
BC-7467 - Add PAD_URI to admin api server and delete config map (#5065)
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax authored Jun 13, 2024
1 parent 40f283a commit 122da51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ data:
FEATURE_PROMETHEUS_METRICS_ENABLED: "true"
CALENDAR_URI: "{{ CALENDAR_URI }}"
ROCKET_CHAT_URI: "{{ ROCKET_CHAT_URI }}"
ETHERPAD__PAD_URI: "https://{{ DOMAIN }}/etherpad/p"
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ data:
EXIT_ON_ERROR: "true"
SC_DOMAIN: "{{ DOMAIN }}"
FEATURE_PROMETHEUS_METRICS_ENABLED: "true"
ETHERPAD__PAD_URI: "https://{{ DOMAIN }}/etherpad/p"

0 comments on commit 122da51

Please sign in to comment.