Files
justar_client/appData/config/config.properties

30 lines
1.3 KiB
Properties
Raw Permalink 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.

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