Skip to content

Commit

Permalink
set base_url in airtime.conf. fixes ned-kelly#11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrain committed Oct 11, 2018
1 parent 6589fda commit d83aec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ CUSTOMISATIONS_SCRIPT="/etc/airtime-customisations/run.sh"
echo "127.0.0.1 airtime libretime" >> /etc/hosts

function setConfigFromEnvironments {
# General
crudini --set "$AIRTIME_CONFIG_FILE" "general" "base_url" "$EXTERNAL_HOSTNAME"

# RabbitMQ
crudini --set "$AIRTIME_CONFIG_FILE" "rabbitmq" "host" "libretime-rabbitmq"
Expand Down

0 comments on commit d83aec4

Please sign in to comment.