Dock-MultiCtrl/prj-deploy/.env

10 lines
455 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#部署服务ip,如果有公网ip那这儿写公网ip如果没有那写内网ip
HOST_IP=223.108.157.174
#nginx 端口
HOST_PORT=61620
#部署API服务主机的内网地址
DEPLOY_INTERNAL_IP=192.168.2.90
# 只有一种情况机场有公网ip且apc和api都部署在这个网络内如果通过公网地址apc访问api的minio会有网络nat问题这儿需要为true
DEPLOY_NETWORK_LOOP_BACK=false
# 是否使用https
USE_HTTPS=false