Text-Auto-Summarization/conf/databases.yaml

18 lines
450 B
YAML
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.

---
# 配置文件请严格遵循yaml语法格式yaml学习地址 https://ansible-tran.readthedocs.io/en/latest/docs/YAMLSyntax.html
# 数据库的配置
database_conf:
user: root
password: AI@2019@ai
host: rm-8vbwj6507z6465505ro.mysql.zhangbei.rds.aliyuncs.com
port: 3306
# 设置charset为中文有时候读取到的数据是乱码
charset: 'utf8'
# 连接的库
db_name: stu_db
# 连接的表
table_name: news_chinese