Feat: .env example
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-27 21:14:04 +03:00
parent f0ac459dea
commit 1f6ed3d09c

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
BOT_TOKEN=token
DEBUG=1
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432