ai_member_xiaoxi/passwords.example.txt

13 lines
421 B
Plaintext
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.

# 敏感密钥配置示例文件,真实密钥请放在 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密码***