apolloconfig / apollo-quick-start

Apollo Quick Start
692 stars 1.85k forks source link

demo.sh 添加环境变量 JAVA_OPTS、数据库账号密码 的支持 #78

Closed yuebaix closed 3 years ago

yuebaix commented 3 years ago

  宋老师好,最近我在开发一个spring cloud的示例项目,由于本地内存比较紧张,所以拓展了一下环境变量 JAVA_OPTSAPOLLO_CONFIG_DB_PASSWORD 的功能。与现有apollo教程是兼容的。

  希望能够合并,与社区同进步。

  具体变更如下:

6a6d928ec1d079e48dfcd235783ec32

@nobodyiam

yuebaix commented 3 years ago

添加了 APOLLO_CONFIG_DB_PASSWORD 来设置数据库密码。 环境变量信息判定有时才会输出 修改了commit提交内容风格与仓库统一

提交的默认配置还是无密码,与之前兼容

image

yuebaix commented 3 years ago

1.添加了APOLLO_CONFIG_DB_USERNAME、APOLLO_CONFIG_DB_PASSWORD、APOLLO_PORTAL_DB_USERNAME、APOLLO_PORTAL_DB_PASSWORD作为环境变量去分别配置configdb、portaldb的账号密码 2.密码输出将每个字符都替换为*,脱敏显示。

e4edd0a322892dc587ec04bced3a5aa

yuebaix commented 3 years ago

LGTM

Glad to be helpful.