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