base
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
[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##
|
||||
|
||||
#-----------------------------------------------#
|
||||
|
||||
[arcmond]
|
||||
# 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
|
||||
|
||||
# Health check term(sec)
|
||||
HEALTH_CHECK_TERM=30
|
||||
|
||||
# Report socket port
|
||||
REPORT_THREAD_PORT=8787
|
||||
|
||||
# Catch event level :
|
||||
EVENT_LEVEL=4
|
||||
|
||||
# Send SMS Host Information
|
||||
SMS_SEND_HOST=##RAID_SMS_SEND_HOST##
|
||||
|
||||
# Send SMS Host port
|
||||
SMS_SEND_PORT=##RAID_SMS_SEND_PORT##
|
||||
|
||||
# Send SMS Send page URI
|
||||
SMS_SEND_URI=##RAID_SMS_SEND_URI##
|
||||
Reference in New Issue
Block a user