Moved .env to root

This commit is contained in:
2023-11-21 19:27:42 +03:00
parent 5420bd5d05
commit bee4ffb9eb
2 changed files with 1 additions and 1 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
DATABASE_PASSWORD=postgres
DATABASE_NAME=bot_db
DATABASE_USER=postgres
DATABASE_HOST=localhost
DATABASE_PORT=5432
SERVER_PORT=3000