teleport/server/share/etc/web.ini.in

24 lines
701 B
INI

; codec: utf-8
[common]
;ip=0.0.0.0
port=7190
; 'log-file' define the log file location. if not set, default location
; to $INSTDIR%/log/tpweb.log
;log-file=/var/log/teleport/tpweb.log
# log-level can be 0 ~ 4, default value is 2.
# LOG_LEVEL_DEBUG 0 log every-thing.
# LOG_LEVEL_VERBOSE 1 log every-thing but without debug message.
# LOG_LEVEL_INFO 2 log infomation/warning/error message.
# LOG_LEVEL_WARN 3 log warning and error message.
# LOG_LEVEL_ERROR 4 log error message only.
log-level=1
; running in debug mode. default to 0.
; in debug mode, log-level set to 0 and trace call stack while exception raise.
debug=0
core-server-rpc=http://127.0.0.1:52080/rpc