From 95747756ccee5c8ea5e2ef0cc16e16e7794a1ea5 Mon Sep 17 00:00:00 2001 From: DaShMore Date: Fri, 3 Oct 2025 14:11:36 +0300 Subject: [PATCH] add database_url to .env.example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ede2441..c9b99b4 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ ENV_FOR_DYNACONF=production -BOT_TOKEN= \ No newline at end of file +BOT_TOKEN= +DATABASE_URL=postgresql+psycopg://user:password@localhost:5432/database \ No newline at end of file