Skip to content

Commit

Permalink
Seperate IP addresses for Allegro production and test
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer authored Sep 16, 2020
1 parent f17e747 commit 07427d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ echo "Environment: $APP_ENV"

set -u

echo "10.16.136.56 schuldhulp.sociaal.amsterdam.nl schuldhulp-ft.sociaal.amsterdam.nl" >> /etc/hosts
echo "10.16.136.56 schuldhulp-ft.sociaal.amsterdam.nl" >> /etc/hosts
echo "10.16.130.3 schuldhulp.sociaal.amsterdam.nl" >> /etc/hosts
echo 'Dumping hosts file:'
cat /etc/hosts

Expand Down

0 comments on commit 07427d1

Please sign in to comment.