1 ############################################
2 # MaNGOS realmd configuration file #
3 ############################################
8 ###################################################################################################################
12 # Database connection settings for the realm server.
13 # Default: hostname;port;username;password;database
14 # .;somenumber;username;password;database - use named pipes at Windows
15 # Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
16 # .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
17 # Unix sockets: experimental, not tested
20 # Logs directory setting.
21 # Important: Logs dir must exists, or all logs be disable
22 # Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
23 # stored in current directory for run program.
26 # Settings for maximum database-ping interval (minutes between pings)
29 # Default RealmServerPort
32 # Bind Realm Server to IP/hostname
35 # Realmd daemon PID file
36 # Default: "" - do not create PID file
37 # "./realmd.pid" - create PID file (recommended name)
40 # Server console level of logging
41 # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
45 # Include time in server console output [hh:mm:ss]
46 # Default: 0 (no time)
51 # Default: "Realmd.log"
52 # "" - empty name disable creating log file
55 # Logfile with timestamp of server start in name
56 # Default: 0 - no timestamp in name
57 # 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
60 # Server file level of logging
61 # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
65 # Color for messages (format "normal_color details_color debug_color error_color)
66 # Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
67 # 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
68 # Default: "" - none colors
69 # "13 7 11 9" - for example :)
72 # Used processors mask for multi-processors system (Used only at Windows)
73 # Default: 0 (selected by OS)
74 # number (bitmask value of selected processors)
77 # Process proirity setting (Used only at Windows)
82 # After startup error report wait <Enter> or some time before continue (and possible close console window)
83 # -1 (wait until <Enter> press)
84 # Default: 0 (not wait)
87 # RealmsStateUpdateDelay
88 # Realm list Update up delay (updated at realm list request if delay expired).
93 # Number of login attemps with wrong password before the account or IP is banned
94 # Default: 0 (Never ban)
97 # Duration of the ban in seconds (0 means permanent ban)
101 # Ban the IP or account on which login is attempted
102 # Default: 0 (Ban IP)
105 ###################################################################################################################
107 LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd"
110 RealmServerPort = 3724
115 LogFile = "Realmd.log"
121 WaitAtStartupError = 0
122 RealmsStateUpdateDelay = 20
123 WrongPass.MaxCount = 0
124 WrongPass.BanTime = 600
125 WrongPass.BanType = 0