Skip to content

Commit

Permalink
update gitignore and example env file to be ready for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Apr 4, 2024
1 parent 0eb405f commit 6c64c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.env
db/
4 changes: 2 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6c64c43

Please sign in to comment.