From 6c64c4356541889bd47c6d67bfb8035215a9509c Mon Sep 17 00:00:00 2001 From: Bloodcloak <59000966+bloodcloak@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:14:25 -0400 Subject: [PATCH] update gitignore and example env file to be ready for docker compose --- .gitignore | 3 ++- example.env | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1dcef2d..049b369 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.env \ No newline at end of file +.env +db/ \ No newline at end of file diff --git a/example.env b/example.env index a404468..5b560f0 100644 --- a/example.env +++ b/example.env @@ -4,6 +4,6 @@ CLIENT_ID=BOT_ID MANAGER_ROLE_ID=ROLE_ID DB_USER=postgres DB_PASS=postgrespw -DB_HOST=localhost -DB_PORT=32768 +DB_HOST=db +DB_PORT=5432 DB_NAME=postgres \ No newline at end of file