我在将botpresslocalhost 服务器连接到postgres数据库时遇到问题。我.env在 bp.exe 所在的目录中设置了一个文件。我已经引用了许多站点,但无法连接到 postgres
下面是 .env 文件
DATABASE=postgres
DATABASE_URL=postgres://user:password@localhost:5432/botpress
我在将botpresslocalhost 服务器连接到postgres数据库时遇到问题。我.env在 bp.exe 所在的目录中设置了一个文件。我已经引用了许多站点,但无法连接到 postgres
下面是 .env 文件
DATABASE=postgres
DATABASE_URL=postgres://user:password@localhost:5432/botpress