最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

appsmith docker container - connect to remote PostgreSQL DB server - Stack Overflow

programmeradmin2浏览0评论

I do not want to connect/use local PostgreSQL server.

I am trying to get the "APPSMITH_POSTGRES_DB_URL" variable (in file /frontend/stacks/configuration/docker.env) to contain connection parameters to a remote (non-localhost) PostgreSQL server.

Currently the "APPSMITH_POSTGRES_DB_URL" variable in "/frontend/stacks/configuration/docker.env" file is set as shown below

APPSMITH_POSTGRES_DB_URL=postgresql://appsmith:R04Ncqbw41dI4@localhost:5432/appsmith

I have searched for the code that is writing above file but couldn't find it.

What settings (environmental variables) should I include so that whatever hidden code is writing the above file makes use of the value of the variable when determining the value of the postgresql host.

发布评论

评论列表(0)

  1. 暂无评论