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