Files
yidaima_tools/config.yaml

39 lines
943 B
YAML

# 微信公众号配置
wechat:
appid: "wx3599fe5ceef66335" # 微信公众号 AppID
appsecret: "282d9f8be4bb10f31d95dd5878e18690" # 微信公众号 AppSecret
# Chrome 浏览器路径
chrome:
path: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
# Step1 配置
step1:
url: "https://feast.yidaima.cn/login"
username: "wangpeng"
password: "Feastcoding@123"
project_name: "【A167】基于Springboot + vue3实现的宿舍报修系统"
feast_button: "FeastCoding"
# Step2 配置
step2:
url: "http://yidaima.cn:6005/"
# 数据库配置
database:
host: "localhost"
port: 3306
database: "test"
user: "root"
password: "123456"
# 夸克网盘配置
quark:
cookies_dir: "C:\\Users\\南音\\Desktop\\yidaima\\data\\quark_cookies"
root_path: "精品项目整理"
# 百度网盘配置
baidu:
cookies_dir: "C:\\Users\\南音\\Desktop\\yidaima\\data\\baidu_cookies"
root_path: "精品项目整理"