add database_url to .env.example

This commit is contained in:
2025-10-03 14:11:36 +03:00
parent 7734adda8b
commit 95747756cc

View File

@@ -1,3 +1,4 @@
ENV_FOR_DYNACONF=production
BOT_TOKEN=
BOT_TOKEN=
DATABASE_URL=postgresql+psycopg://user:password@localhost:5432/database