1 Star 0 Fork 0

angel/retool-onpremise

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker.env.template 1012 Bytes
一键复制 编辑 原始数据 按行查看 历史
##############################
## Rename me to docker.env! ##
##############################
# Set node environment to production
NODE_ENV=production
# Set the JWT secret for the API server
JWT_SECRET=randomstring
# Set and generate postgres credentials
#
# These variables can be changed to point to a database you host yourself
POSTGRES_DB=hammerhead_production
POSTGRES_USER=retool_internal_user
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_PASSWORD=randomstring
## Set key to encrypt and decrypt database passwords, etc.
## This random string value should be stored privately, and should not be changed over the lifetime of the deployment
# ENCRYPTION_KEY=YOUR_ENCRYPTION_KEY_HERE
## If you need Google SSO
# CLIENT_ID={GOOGLE CLIENT ID}
# CLIENT_SECRET={GOOGLE CLIENT SECRET}
## If you wish for Retool to be hosted on a server with a public IP address, then you can use these configs to run the nginx container
# HOSTNAME=https://retool.company.com
# DOMAINS=http://localhost -> http://api:3000
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/animatios/retool-onpremise.git
git@gitee.com:animatios/retool-onpremise.git
animatios
retool-onpremise
retool-onpremise
master

搜索帮助