diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..22e3807 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +TOKEN= + +DATABASE_PASSWORD=postgres +DATABASE_NAME=bot_db +DATABASE_USER=postgres +DATABASE_HOST=localhost +DATABASE_PORT=15432