1 Star 41 Fork 0

zhangxingjia / yiyi-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env 762 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
zhangxingjia 提交于 2023-07-23 01:54 . docker脚本添加注释
# 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.
# mysql
MYSQL_ROOT_PASSWORD=Root123.
MYSQL_ROOT_HOST='%'
# server
SPRING_PROFILES_ACTIVE=local
JAVA_OPTS=-Xms512m -Xmx512m -Djava.security.egd=file:/dev/./urandom
KEY_MASTER_DATASOURCE_HOSE=local.master.datasource.host
KEY_REDIS_HOST=local.redis.host
Java
1
https://gitee.com/zxjos/yiyi-boot.git
git@gitee.com:zxjos/yiyi-boot.git
zxjos
yiyi-boot
yiyi-boot
master

搜索帮助