2021-12-09 14:51:57 +08:00
|
|
|
|
##############################################
|
2022-08-11 11:25:49 +08:00
|
|
|
|
# dscription 矩星客户端配置文件(注意等号两边不能有空格)
|
|
|
|
|
|
# @auth 墨衣
|
2021-12-09 14:51:57 +08:00
|
|
|
|
# @time 2021-10-09
|
|
|
|
|
|
##############################################
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#客户端更新地址
|
2021-12-09 14:51:57 +08:00
|
|
|
|
update_url=http://192.168.1.158:8889/file
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#客户端地址配置
|
|
|
|
|
|
pharmacy=https://pharmacy.yunclinic.cn/
|
|
|
|
|
|
doctor=https://doctor.yunclinic.cn/doctor
|
|
|
|
|
|
pharmacist=https://pharmacist.yunclinic.cn/pharmacist
|
2021-12-09 14:51:57 +08:00
|
|
|
|
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#windows的C:/Users/用户/目录下的内容(如果是mac下的注意修改这两个目录)
|
|
|
|
|
|
#客户端用户创建快捷方式存放目录->lnks.json(window)
|
2021-12-09 14:51:57 +08:00
|
|
|
|
lnks_url=AppData/Local/justarData
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#客户端用户缓存目录保存(windows)
|
2021-12-09 14:51:57 +08:00
|
|
|
|
cache_url=AppData/Local/justarData/cache
|
|
|
|
|
|
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#日志配置
|
|
|
|
|
|
#日志级别 error->warn->info->verbose->debug->silly
|
2021-12-09 14:51:57 +08:00
|
|
|
|
log_file_level=info
|
|
|
|
|
|
log_console_level=debug
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#日志文件名,默认:main.log
|
2021-12-09 14:51:57 +08:00
|
|
|
|
log_fileName=justar_client.log
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#日志格式,默认:[{y}-{m}-{d} {h}:{i}:{s}.{ms}] [{level}]{scope} {text}
|
2021-12-09 14:51:57 +08:00
|
|
|
|
log_date_format=[{y}-{m}-{d} {h}:{i}:{s}.{ms}] [{level}]{scope} {text}
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#日志大小,默认:1048576(1M),达到最大上限后,备份文件并重命名为:main.old.log,有且仅有一个备份文件
|
2021-12-09 14:51:57 +08:00
|
|
|
|
log_maxSize=1048576
|
2022-08-11 11:25:49 +08:00
|
|
|
|
#修改日志文件的日志输出位置,默认位置为:C:\Users\%USERPROFILE%\AppData\Roaming\Electron\logs
|
|
|
|
|
|
log_resolvePath=appData/logs/justar_client.log
|