From a49d1cac0368fbe774042aeaad6c87f445de3c89 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 12 Apr 2022 10:10:59 -0500 Subject: [PATCH] =?UTF-8?q?fix(docker):=20=F0=9F=92=9A=20Database=20defaul?= =?UTF-8?q?t=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/builder/.env.production.example | 2 +- apps/viewer/.env.production.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/builder/.env.production.example b/apps/builder/.env.production.example index fe09cbd0d..7b532e193 100644 --- a/apps/builder/.env.production.example +++ b/apps/builder/.env.production.example @@ -1,4 +1,4 @@ -DATABASE_URL=postgresql://postgres:typebot@postgres:5432/typebot +DATABASE_URL=postgresql://postgres:typebot@db:5432/typebot NEXT_PUBLIC_VIEWER_URL=http://localhost:8081 ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6 ADMIN_EMAIL=contact@baptiste-arnaud.fr diff --git a/apps/viewer/.env.production.example b/apps/viewer/.env.production.example index 2b26be5b2..37d10ce93 100644 --- a/apps/viewer/.env.production.example +++ b/apps/viewer/.env.production.example @@ -1,4 +1,4 @@ -DATABASE_URL=postgresql://postgres:typebot@postgres:5432/typebot +DATABASE_URL=postgresql://postgres:typebot@db:5432/typebot NEXT_PUBLIC_VIEWER_URL=http://localhost:8081 ENCRYPTION_SECRET=SgVkYp2s5v8y/B?E(H+MbQeThWmZq4t6 ADMIN_EMAIL=contact@baptiste-arnaud.fr \ No newline at end of file