7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
#!/bin/sh
|
||
|
export URL_ROOT="http://localhost:8080"
|
||
|
export PG_HOST="localhost"
|
||
|
export PG_DB="dumptruck"
|
||
|
export PG_USER="dumptruck"
|
||
|
export PG_PASSWORD="dumptruck"
|