Commit 4e827cea authored by Jay's avatar Jay
Browse files

Updates for pg socket

parent 74b80ad7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ before_install:
  - sudo /etc/init.d/postgresql start

  # Setup the database user
  - psql -c "CREATE USER testuser WITH PASSWORD 'password'" -U postgres
  - psql -c "ALTER ROLE testuser SUPERUSER" -U postgres
  - psql -h /tmp/ -c "CREATE USER testuser WITH PASSWORD 'password'" -U postgres
  - psql -h /tmp/ -c "ALTER ROLE testuser SUPERUSER" -U postgres

  # Setup autocnet to connect to the db
  - export autocnet_config=sample.yml