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