Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Include a public_baseurl in demo script. #8443

Merged
merged 1 commit into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/8443.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Configure `public_baseurl` when using demo scripts.
2 changes: 2 additions & 0 deletions demo/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ for port in 8080 8081 8082; do
if ! grep -F "Customisation made by demo/start.sh" -q $DIR/etc/$port.config; then
printf '\n\n# Customisation made by demo/start.sh\n' >> $DIR/etc/$port.config

echo "public_baseurl: http://localhost:$port/" >> $DIR/etc/$port.config

echo 'enable_registration: true' >> $DIR/etc/$port.config

# Warning, this heredoc depends on the interaction of tabs and spaces. Please don't
Expand Down