1 Star 0 Fork 0

GoldCloud / DaprSample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
iamshen 提交于 2023-09-18 16:42 . feat: 添加 docker-compose 支持
# Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose command is executed from (current working directory).
# Compose expects each line in an env file to be in VAR=VAL format. Lines beginning with # (i.e. comments) are ignored, as are blank lines.
# Note: Values present in the environment at runtime will always override those defined inside the .env file. Similarly, values passed via command-line arguments take precedence as well.
# Compose 支持在名为 .env 的环境文件中声明默认环境变量,该文件放置在执行 docker-compose 命令的文件夹(当前工作目录)中
# Compose 希望 env 文件中的每一行都是 VAR=VAL 格式。以 # 开头的行(即注释)和空行都将被忽略
# 注意:运行时环境中的值总是优先于 .env 文件中定义的值。同样,通过命令行参数传递的值也具有优先权。
# The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
# 如果通过远程浏览器或移动设备进行测试,应将下面的 IP 替换为您的真实 IP 或 DNS 名称,如 192.168.88.248 等
GOLD_EXTERNAL_DNS_NAME_OR_IP=localhost
# If the NAMESPACE env var is set, Dapr does not load any
# component that does not specify the same namespace.
NAMESPACE=gold
1
https://gitee.com/gold-cloud/dapr-tool-solution.git
git@gitee.com:gold-cloud/dapr-tool-solution.git
gold-cloud
dapr-tool-solution
DaprSample
master

搜索帮助