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

Commit b489864

Browse files
committed
Include a public_baseurl in demo script.
1 parent 0b68577 commit b489864

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/8443.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Configure `public_baseurl` when using demo scripts.

demo/start.sh

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ for port in 8080 8081 8082; do
3030
if ! grep -F "Customisation made by demo/start.sh" -q $DIR/etc/$port.config; then
3131
printf '\n\n# Customisation made by demo/start.sh\n' >> $DIR/etc/$port.config
3232

33+
echo "public_baseurl: http://localhost:$port/" >> $DIR/etc/$port.config
34+
3335
echo 'enable_registration: true' >> $DIR/etc/$port.config
3436

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

0 commit comments

Comments
 (0)