From 4cd84d5519962efce6ca2c6a17e01764af5f3b69 Mon Sep 17 00:00:00 2001 From: ustoppble <115774889+ustoppble@users.noreply.github.com> Date: Tue, 20 Aug 2024 01:01:57 -0300 Subject: [PATCH] Update and rename .env.example to .env --- .env.example => .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .env.example => .env (98%) diff --git a/.env.example b/.env similarity index 98% rename from .env.example rename to .env index 90649eeb..b488ab8d 100644 --- a/.env.example +++ b/.env @@ -23,7 +23,7 @@ DEL_INSTANCE=false # Provider: postgresql | mysql DATABASE_PROVIDER=postgresql -DATABASE_CONNECTION_URI='postgresql://user:pass@localhost:5432/evolution?schema=public' +DATABASE_CONNECTION_URI='postgresql://postgres:yIMuyHDPldYgjWqDdayozfNkopqwRWcX@postgres.railway.internal:5432/railway' # 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