2
0

fix(docker): 💚 Database default URL

This commit is contained in:
Baptiste Arnaud
2022-04-12 10:10:59 -05:00
parent 7b8169c9ae
commit a49d1cac03
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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