From f7d8db5eb363cf6be66b5b50b552d7b3d6552cb4 Mon Sep 17 00:00:00 2001 From: Aaron Johnon Date: Thu, 1 Jul 2021 18:01:53 -0500 Subject: [PATCH] Added basic config file --- dndbank.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dndbank.conf diff --git a/dndbank.conf b/dndbank.conf new file mode 100644 index 0000000..d7a956a --- /dev/null +++ b/dndbank.conf @@ -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 +