13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
# 敏感密钥配置示例文件,真实密钥请放在 passwords.txt 中(已加入 .gitignore 不会提交到Git)
|
||
# MySQL
|
||
MYSQL_ONLINE_PASSWORD=***线上MySQL密码***
|
||
MYSQL_TEST_PASSWORD=***测试MySQL密码***
|
||
|
||
# PostgreSQL
|
||
PG_ONLINE_PASSWORD=***线上PostgreSQL密码***
|
||
PG_TEST_PASSWORD=***测试PostgreSQL密码***
|
||
|
||
# Elasticsearch
|
||
ES_TEST_PASSWORD=***测试ES密码***
|
||
ES_ONLINE_PASSWORD=***线上ES密码***
|