#!/bin/sh
cd "$(dirname "$0")"
echo "Starting PSP Radar Sprint 3 PostgreSQL shared database mode..."
export DATA_MODE=postgres
node server.js
