From a44a1c8ab4360204e008f8e2ae07599f2e53e170 Mon Sep 17 00:00:00 2001 From: malkanestate-code Date: Wed, 9 Sep 2026 11:10:26 +0300 Subject: [PATCH] Update DATABASE_CONNECTION_URI to use DATABASE_URL --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 73a3b40d35..4b1a1500b2 100644 --- a/.env.example +++ b/.env.example @@ -52,7 +52,7 @@ DEL_INSTANCE=false # Provider: postgresql | mysql | psql_bouncer DATABASE_PROVIDER=postgresql -DATABASE_CONNECTION_URI='postgresql://user:pass@postgres:5432/evolution_db?schema=evolution_api' +DATABASE_CONNECTION_URI=$DATABASE_URL' # Client name for the database connection # It is used to separate an API installation from another that uses the same database. DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange