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 a45c39aa78 [ADD]
1.添加本地生成证书接口
[DEL]
1.删除获取本地信息文件
2018-06-27 10:58:23 +08:00

19 lines
241 B
INI

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