1

I am having issue connecting botpress localhost server to postgres database. I have set a .env file in the directory where bp.exe is present. I have referred many sites but was not able to connect to postgres
below is .env file

DATABASE=postgres
DATABASE_URL=postgres://user:password@localhost:5432/botpress
Sanket Wagh
  • 156
  • 1
  • 14

1 Answers1

0

I have the same problem (I build from source code).

It works when I put .env in path packages/bp/dist.

Fancyoung
  • 2,313
  • 26
  • 32