This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-certstore/conf/cert_store.ini
fengweihao 7b644cbbc3 1.删除redis分布式锁调用
2.修改Redis Set命令方式
2018-07-18 10:47:45 +08:00

19 lines
240 B
INI

[SYSTEM]
#1:print on screen, 0:don't
DEBUG_SWITCH = 1
#10:DEBUG, 20:INFO, 30:FATAL
RUN_LOG_LEVEL = 20
RUN_LOG_PATH = ./logs
[CONFIG]
thread-nu = 1
ca-path = ../ca
valid-days = 30
[LIBEVENT]
port = 9995
[REDIS]
ip = 127.0.0.1
port = 6379