xp-highscore/start.sh

11 lines
148 B
Bash
Raw Normal View History

2018-06-18 09:54:19 +02:00
#!/bin/sh
export PGHOST=127.0.0.1
export PGUSER=postgres
2018-08-08 17:26:56 +02:00
export PGDATABASE=postgres
2018-06-18 09:54:19 +02:00
export PGPASSWORD=enter
export PGPORT=5432
node src/index.js