#!/bin/sh
export NODE_ENV=development
./bin/postgresql-http-server --password bjorn --database test --raw --cors
