Added basic config file

master
Aaron Johnon 4 years ago
parent b51fc75963
commit f7d8db5eb3

@ -0,0 +1,12 @@
# Configure these:
DB_HOST=localhost
DB_PORT=5432
DB_USER=testy.mcgee
DB_PASS=12345
DB_NAME=dnd_bank
# DO NOT TOUCH:
export PGPASSWORD=$DB_PASS
Loading…
Cancel
Save