Skip to content

Commit

Permalink
Set WEBSITE_STATUS in settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 2, 2024
1 parent 053ffea commit c4aa185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sed -i -e 's/server_url: "openhistoricalmap.example.com"/server_url: "'$SERVER_U
sed -i -e 's/server_protocol: "http"/server_protocol: "'$SERVER_PROTOCOL'"/g' $workdir/config/settings-local.yml

### WEBSITE STATUS
sed -i "s/online/$WEBSITE_STATUS/g" $workdir/config/settings-local.yml
sed -i "s/online/$WEBSITE_STATUS/g" $workdir/config/settings.yml

#### SETTING UP MAIL SENDER
sed -i -e 's/smtp_address: "localhost"/smtp_address: "'$MAILER_ADDRESS'"/g' $workdir/config/settings-local.yml
Expand Down

0 comments on commit c4aa185

Please sign in to comment.