dumptruck/testenv

7 lines
160 B
Plaintext
Raw Permalink Normal View History

2024-07-02 23:18:02 +02:00
#!/bin/sh
export URL_ROOT="http://localhost:8080"
export PG_HOST="localhost"
export PG_DB="dumptruck"
export PG_USER="dumptruck"
export PG_PASSWORD="dumptruck"