Restructure repository to include all source folders
Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
47
Server/AdminTool/Executable/AdminToolServerSetup.ini
Normal file
47
Server/AdminTool/Executable/AdminToolServerSetup.ini
Normal file
@@ -0,0 +1,47 @@
|
||||
# 운영 서버 채널 (기본: 1)
|
||||
SERVER_CH = 2
|
||||
|
||||
# 운영 서버 국가 타입 (KOREA, GLOBAL, CHINA, USA, JAPAN, TAILAND, INDONESIA, MALAYSIA 중에 선택)
|
||||
NATION = GLOBAL
|
||||
|
||||
# 중계서버 타입 (운영서버가 연결할 중계서버의 타입과 동일한 값을 셋팅)
|
||||
# Part1 = 20, Part1Unified = 21, ROW = 22, Part2Unified = 23, Part2Selectable = 24
|
||||
AGENT_TYPE = 22
|
||||
|
||||
|
||||
# 툴 운영자 로그인 시 IP 체크 여부 (0: 체크안함, 1: 체크함)
|
||||
IP_CHECK = 0
|
||||
|
||||
# 과금 DB, 과금 로그 DB (NATION이 KOREA일때만 사용. 그외엔 셋팅할 필요없음)
|
||||
BILLING_DB_IP = 67.228.215.234
|
||||
BILLING_DB_NAME = pay_gamemyth
|
||||
BILLING_DB_ACCOUNT = game_acct
|
||||
BILLING_DB_PASS = gam3_acct_*
|
||||
|
||||
BILLING_LOG_DB_IP = 1
|
||||
BILLING_LOG_DB_NAME = 1
|
||||
BILLING_LOG_DB_ACCOUNT = 1
|
||||
BILLING_LOG_DB_PASS = 1
|
||||
|
||||
|
||||
# 인증 DB (NATION이 KOREA 이외일때 사용)
|
||||
AUTH_DB_IP = 67.228.215.234
|
||||
AUTH_DB_NAME = RYL_Users
|
||||
AUTH_DB_ACCOUNT = game_acct
|
||||
AUTH_DB_PASS = gam3_acct_*
|
||||
|
||||
|
||||
# 운영 DB 정보
|
||||
ADMINTOOL_DB_IP = 67.228.215.234
|
||||
ADMINTOOL_DB_NAME = AdminTool
|
||||
ADMINTOOL_DB_ACCOUNT = game_acct
|
||||
ADMINTOOL_DB_PASS = gam3_acct_*
|
||||
|
||||
|
||||
# 중계 서버 정보
|
||||
SERVERGROUP_NAME_01 = Ichiman
|
||||
AGENTSERVER_IP_01 = 67.228.215.235
|
||||
GAME_DB_IP_01 = 67.228.215.234
|
||||
GAME_DB_NAME_01 = ROW_Ichman
|
||||
GAME_DB_ACCOUNT_01 = game_acct
|
||||
GAME_DB_PASS_01 = gam3_acct_*
|
||||
Reference in New Issue
Block a user