This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
[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
LOG_LEVEL = 7
# RC ID
RC_ID = bd16
# RCDB Access Information
RCDB_IP = 10.3.0.3
RCDB_PORT = 6543
RCDB_DB_NAME = localdb
RCDB_ACCT = syshost
RCDB_ACCT_PW = PASSWDTEMP
#-----------------------------------------------#
[rc_sscd]
# FHS fimngd send data(service network state) receiving TCP port
PORT_TCP_LISTEN_SERVICE_STAT = 14006
# GTS (cc_statd)
GTS_SERVER = cc-gts.ktsh.co.kr
GTS_PORT_STAT = 13107
# Local DB (sqlite3) file name
# default : /user/service/rc_sscd.db
LOCAL_DB_FILE = /user/service/rc_sscd.db
# Calculate storage used size by only full scan mode
# 0 : full, partial scan mixed use. (default)
# 1 : only full scan use,
STORAGE_CALCULATE_ONLY_FULL_SCAN = 0
#-----------------------------------------------#