Files
justar_client/appData/config/config.properties

30 lines
1.3 KiB
Properties
Raw Permalink Normal View History

##############################################
2022-08-11 11:25:49 +08:00
# dscription 矩星客户端配置文件(注意等号两边不能有空格)
# @auth 墨衣
# @time 2021-10-09
##############################################
2022-08-11 11:25:49 +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
2022-08-11 11:25:49 +08:00
#windows的C:/Users/用户/目录下的内容(如果是mac下的注意修改这两个目录)
#客户端用户创建快捷方式存放目录->lnks.json(window)
lnks_url=AppData/Local/justarData
2022-08-11 11:25:49 +08:00
#客户端用户缓存目录保存(windows)
cache_url=AppData/Local/justarData/cache
2022-08-11 11:25:49 +08:00
#日志配置
#日志级别 error->warn->info->verbose->debug->silly
log_file_level=info
log_console_level=debug
2022-08-11 11:25:49 +08:00
#日志文件名默认main.log
log_fileName=justar_client.log
2022-08-11 11:25:49 +08:00
#日志格式,默认:[{y}-{m}-{d} {h}:{i}:{s}.{ms}] [{level}]{scope} {text}
log_date_format=[{y}-{m}-{d} {h}:{i}:{s}.{ms}] [{level}]{scope} {text}
2022-08-11 11:25:49 +08:00
#日志大小默认10485761M达到最大上限后备份文件并重命名为main.old.log有且仅有一个备份文件
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