Files
recipe_tool/config.json
T
2026-04-18 23:52:15 +08:00

19 lines
424 B
JSON

{
"db": {
"host": "100.66.1.4",
"port": 3306,
"user": "root",
"password": "sc666666",
"database": "recipe_tools"
},
"ai": {
"apiKey": "6a81b361620a44fd86aa3c8fcd833800.PjPyiU8kSzCTviYa",
"baseUrl": "https://open.bigmodel.cn/api/paas/v4/",
"model": "GLM-4.7-Flash"
},
"export": {
"untranslatedColor": "#FF0000",
"secondPageHeader": false,
"orientation": "landscape"
}
}