File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ VirtualHost "admin.prose.org.local"
121121
122122 -- mod_init_admin
123123 init_admin_jid = " prose-pod-api@admin.prose.org.local"
124- init_admin_password_env_var_name = " PROSE_API__ADMIN_PASSWORD "
124+ init_admin_password_env_var_name = " PROSE_BOOTSTRAP__PROSE_POD_API_XMPP_PASSWORD "
125125
126126Component " groups.prose.org.local" " muc"
127127 name = " Chatrooms"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ if [ -d "$ABSPATH/server/$environment" ]; then
2424 -p 5222:5222 \
2525 -p 5269:5269 \
2626 -p 5280:5280 \
27+ -e PROSE_BOOTSTRAP__PROSE_POD_API_XMPP_PASSWORD=" ${PROSE_BOOTSTRAP__PROSE_POD_API_XMPP_PASSWORD:? } " \
2728 -v " $ABSPATH /server/$environment /etc/prosody/:/etc/prosody/" \
2829 -v " $ABSPATH /server/$environment /var/lib/prosody/:/var/lib/prosody/" \
2930 proseim/prose-pod-server
You can’t perform that action at this time.
0 commit comments