base
This commit is contained in:
@@ -0,0 +1,130 @@
|
||||
[COMMON]
|
||||
# Log Directory path
|
||||
DEFAULT_LOG_DIR = /user/service/logs
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
LOG_LEVEL = 6
|
||||
|
||||
# RCDB Access Information
|
||||
RCDB_IP = ##DATABASE##
|
||||
RCDB_PORT = ##DATABASE_PORT##
|
||||
RCDB_DB_NAME = localdb
|
||||
RCDB_ACCT = syshost
|
||||
RCDB_ACCT_PW = PASSWDTEMP
|
||||
|
||||
# File save directory path
|
||||
FILE_STORAGE_ROOT = ##STORAGE_ROOT##
|
||||
|
||||
# Internal communication NIC name
|
||||
# If not exist internal NIC, than empty string
|
||||
INTERNAL_NIC_NAME = ##INTERNAL_NIC_NAME##
|
||||
|
||||
# RCID
|
||||
RCID = ##RCID##
|
||||
|
||||
# RCTS info ( ip or domain )
|
||||
RCTS_SERVER = ##RCTS##
|
||||
|
||||
# FHS fimngd alive check port
|
||||
FHS_PORT_MNGCHECK = 14000
|
||||
|
||||
# FHS alive status monitoring TCP port (control by csagentd)
|
||||
# use default TCP 8083 when not config
|
||||
FHS_LISTEN_PORT_FOR_STATUS_MONITORING = 8083
|
||||
|
||||
#-----------------------------------------------#
|
||||
|
||||
[csagentd]
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 7
|
||||
|
||||
# FHS service NIC name (ex: em0 or em0, em1, em2 )
|
||||
SERVICE_NIC_NAME = ##PUBLIC_NIC##
|
||||
|
||||
# DNS list for Domain resolve check
|
||||
# If vaule is empty, than dns resolve check not perform.
|
||||
CHECK_DNS_LIST = ##DNS_LIST##
|
||||
|
||||
# RCTS rc_mond listen tcp port
|
||||
RCTS_PORT_INFO_SYSTEM = 14003
|
||||
RCTS_PORT_INFO_SERVICE = 14004
|
||||
|
||||
#-----------------------------------------------#
|
||||
|
||||
[fimngd]
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 7
|
||||
|
||||
# Hot content request tcp port
|
||||
HOT_CONTENT_REQUEST_TCP_PORT = 13110
|
||||
# Transfer status send port
|
||||
TRANSFER_STAT_SEND_PORT = 14006
|
||||
# Fhs info request port
|
||||
FHS_INFO_REQUEST_PORT = 14005
|
||||
|
||||
# FHS maximum number within an RC
|
||||
# It should be the same as opendav configure.
|
||||
MAX_FHS = 500
|
||||
# The maximum volume within one RC
|
||||
# It should be the same as opendav configure.
|
||||
MAX_ACCOUNT = 300
|
||||
|
||||
# No authentication maximum number of folders
|
||||
# It should be the same as opendav configure.
|
||||
MAX_ANONYMOUS = 500
|
||||
|
||||
# IPC message queue size
|
||||
# Number of IPC QUEUE ( queue count<=20 )
|
||||
# default : 5
|
||||
IPC_QUEUE_COUNT = 5
|
||||
# The maximum number of IPC QUEUE (500<=queue size<=5000)
|
||||
# default : 5000
|
||||
IPC_QUEUE_MAX_SIZE = 5000
|
||||
|
||||
#-----------------------------------------------#
|
||||
|
||||
[ftsd]
|
||||
# Worker process count: default value is 4
|
||||
WORKER_PROCESS_COUNT = 4
|
||||
|
||||
# Max count of concurrent file send thread: Default 100
|
||||
MAX_FILE_SEND_THREAD = 200
|
||||
|
||||
# FHS Ip cache timeout : Default 300 sec
|
||||
FHS_INTERNAL_IP_CACHE_TIMEOUT = 300
|
||||
|
||||
# storage mount information refresh period : Default 10 sec
|
||||
PROPER_STORAGE_REFRESH_PERIOD = 10
|
||||
|
||||
# Max network bandwidth use amount(%), Max value: 100(%), Default 10(%)
|
||||
MAX_BANDWIDTH_USE = 10
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 7
|
||||
|
||||
#-----------------------------------------------#
|
||||
|
||||
[logmngd]
|
||||
# Log Directory path
|
||||
# DEFAULT_LOG_DIR = /user/service/logs
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 7
|
||||
|
||||
#log server ip list
|
||||
## Domain name
|
||||
LOG_SERVER_HOST = ##LOG_SERVER_LIST##
|
||||
#log server port
|
||||
LOG_SERVER_PORT = ##LOG_SERVER_PORT##
|
||||
|
||||
# application logfile retention period(unit : day)
|
||||
# Default : 7 days
|
||||
# boundary : 3~30days
|
||||
APP_LOG_PERIOD = 7
|
||||
|
||||
# searching direcotory list
|
||||
# default :
|
||||
# SEARCHING_DIR_LIST = /user/service/logs, /user/service/log
|
||||
# adding log direcotries
|
||||
# ex) SEARCHING_DIR_LIST = /user/service/logs, /user/service/log, /etc/log
|
||||
SEARCHING_DIR_LIST = /user/service/logs, /user/service/log
|
||||
Reference in New Issue
Block a user