Skip to content

Commit

Permalink
Updated bestiary_data fixture (fixes #70) and corrected a small typo …
Browse files Browse the repository at this point in the history
…in postgres provisioning
  • Loading branch information
PeteAndersen committed Nov 4, 2017
1 parent eb12430 commit 3ff3711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion herders/fixtures/bestiary_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vagrant_scripts/provision.sh
Expand Up @@ -15,7 +15,7 @@ sudo apt-get -qq install -y nginx postgresql-9.4 postgresql-contrib-9.4 libpq-de
echo "Setting up postgresql database and roles..."
sudo sed -i "s/#listen_addresses = 'localhost'/listen_addresses = '*'/" "/etc/postgresql/9.4/main/postgresql.conf"
# Append to pg_hba.conf to add password auth:
echo "host all all all md5" | sudo tee --append /etc/postgresql/9.3/main/pg_hba.conf > /dev/null
echo "host all all all md5" | sudo tee --append /etc/postgresql/9.4/main/pg_hba.conf > /dev/null

sudo service postgresql restart

Expand Down

0 comments on commit 3ff3711

Please sign in to comment.