Advertisement
Guest User

authserver

a guest
Jan 13th, 2017
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 KB | None | 0 0
  1. ##########################################
  2. # Trinity Core realmd configuration file #
  3. ##########################################
  4. [authserver]
  5.  
  6. # Note to devs, line breaks should be at column 80
  7. ###############################################################################
  8. # REALMD SETTINGS
  9. #
  10. # LoginDatabaseInfo
  11. # Database connection settings for the realm server.
  12. # Default:
  13. # hostname;port;username;password;database
  14. # .;somenumber;username;password;database
  15. # - use named pipes in Windows
  16. # Named pipes: mySQL required adding
  17. # "enable-named-pipe" to [mysqld] section my.ini
  18. # .;/path/to/unix_socket;username;password;database
  19. # - use Unix sockets in Unix/Linux
  20. #
  21. # LogsDir
  22. # Logs directory setting.
  23. # Important: Logs dir must exists, or all logs need to be disabled
  24. # Default: "" - no log directory prefix, if used log names isn't
  25. # absolute path then logs will be stored in current directory.
  26. #
  27. # MaxPingTime
  28. # Settings for maximum database-ping interval (minutes between pings)
  29. #
  30. # RealmServerPort
  31. # Default RealmServerPort
  32. #
  33. # BindIP
  34. # Bind Realm Server to IP/hostname
  35. #
  36. # PidFile
  37. # Realmd daemon PID file
  38. # Default: "" - do not create PID file
  39. # "./realmd.pid" - create PID file (recommended name)
  40. #
  41. # LogLevel
  42. # Server console level of logging
  43. # Default: 0 = Minimum
  44. # 1 = Basic
  45. # 2 = Detail
  46. # 3 = Full/Debug
  47. #
  48. # LogFile
  49. # Logfile name
  50. # Default: "realmd.log"
  51. # "" - Empty name disable creating log file
  52. #
  53. # LogTimestamp
  54. # Logfile with timestamp of server start in name
  55. # in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
  56. # Default: 0 - no timestamp in name
  57. # 1 - add timestamp in name
  58. #
  59. # LogFileLevel
  60. # Server file level of logging
  61. # Default: 0 = Minimum
  62. # 1 = Basic
  63. # 2 = Detail
  64. # 3 = Full/Debug
  65. #
  66. # LogColors
  67. # Color for messages (format "normal basic detail debug")
  68. # Default: "" - no colors
  69. # Colors: 0 - BLACK
  70. # 1 - RED
  71. # 2 - GREEN
  72. # 3 - BROWN
  73. # 4 - BLUE
  74. # 5 - MAGENTA
  75. # 6 - CYAN
  76. # 7 - GREY
  77. # 8 - YELLOW
  78. # 9 - LRED
  79. # 10 - LGREEN
  80. # 11 - LBLUE
  81. # 12 - LMAGENTA
  82. # 13 - LCYAN
  83. # 14 - WHITE
  84. # Example: "13 11 9 5"
  85. #
  86. # EnableLogDB
  87. # Enable/disable logging to database (LogDatabaseInfo).
  88. # Default: 0 - disabled
  89. # 1 - enabled
  90. #
  91. # DBLogLevel
  92. # Log level of DB logging.
  93. # 0 = Minimum
  94. # Default: 1 = Basic
  95. # 2 = Detail
  96. # 3 = Full/Debug
  97. #
  98. # UseProcessors
  99. # Processors mask for multi-processor system (Used only in Windows)
  100. # Default: 0 (selected by OS)
  101. # number (bitmask value of selected processors)
  102. #
  103. # ProcessPriority
  104. # Process proirity setting (Used only at Windows)
  105. # Default: 1 (HIGH)
  106. # 0 (Normal)
  107. #
  108. # RealmsStateUpdateDelay
  109. # Realm list Update up delay
  110. # (updated at realm list request if delay expired).
  111. # Default: 20
  112. # 0 (Disabled)
  113. #
  114. # WrongPass.MaxCount
  115. # Number of login attemps with wrong password
  116. # before the account or IP is banned
  117. # Default: 0 (Never ban)
  118. #
  119. # WrongPass.BanTime
  120. # Duration of the ban in seconds (0 means permanent ban)
  121. # Default: 600
  122. #
  123. # WrongPass.BanType
  124. # Ban the IP or account on which login is attempted
  125. # Default: 0 (Ban IP)
  126. # 1 (Ban Account)
  127. #
  128. ###############################################################################
  129. LoginDatabaseInfo = "81.30.158.130;3306;Danare;//;trinityauth"
  130. LoginDatabase.WorkerThreads = 1
  131. xPingTime = 30
  132. RealmServerPort = 3724
  133. BindIP = "81.30.158.130"
  134. PidFile = ""
  135. LogLevel = 3
  136. LogFile = "auth.log"
  137. LogTimestamp = 0
  138. LogFileLevel = 3
  139. LogColors = ""
  140. EnableLogDB = 0
  141. DBLogLevel = 1
  142. UseProcessors = 0
  143. ProcessPriority = 1
  144. RealmsStateUpdateDelay = 20
  145. WrongPass.MaxCount = 0
  146. WrongPass.BanTime = 600
  147. WrongPass.BanType = 0
  148. LogsDir = "./logs"
  149. Ma###############################################
  150. # Trinity Core Auth Server configuration file #
  151. ###############################################
  152. [authserver]
  153.  
  154. # Note to devs, line breaks should be at column 80
  155. ###############################################################################
  156. # AUTH SERVER SETTINGS
  157. #
  158. # LogsDir
  159. # Logs directory setting.
  160. # Important: Logs dir must exists, or all logs need to be disabled
  161. # Default: "" - no log directory prefix, if used log names isn't
  162. # absolute path then logs will be stored in current directory.
  163. #
  164. # MaxPingTime
  165. # Settings for maximum database-ping interval (minutes between pings)
  166. #
  167. # RealmServerPort
  168. # Default RealmServerPort
  169. #
  170. # BindIP
  171. # Bind Realm Server to IP/hostname
  172. #
  173. # PidFile
  174. # Realmd daemon PID file
  175. # Default: "" - do not create PID file
  176. # "./realmd.pid" - create PID file (recommended name)
  177. #
  178. # LogLevel
  179. # Server console level of logging
  180. # Default: 0 = Minimum
  181. # 1 = Basic
  182. # 2 = Detail
  183. # 3 = Full/Debug
  184. #
  185. # LogFile
  186. # Logfile name
  187. # Default: "realmd.log"
  188. # "" - Empty name disable creating log file
  189. #
  190. # SQLDriverLogFile
  191. # Log file of SQL driver events.
  192. # For effective query logging you need to build in debug configuration.
  193. # Default: "" - Empty name for disable
  194. #
  195. # LogTimestamp
  196. # Logfile with timestamp of server start in name
  197. # in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
  198. # Default: 0 - no timestamp in name
  199. # 1 - add timestamp in name
  200. #
  201. # LogFileLevel
  202. # Server file level of logging
  203. # Default: 0 = Minimum
  204. # 1 = Basic
  205. # 2 = Detail
  206. # 3 = Full/Debug
  207. #
  208. # LogColors
  209. # Color for messages (format "normal basic detail debug")
  210. # Default: "" - no colors
  211. # Colors: 0 - BLACK
  212. # 1 - RED
  213. # 2 - GREEN
  214. # 3 - BROWN
  215. # 4 - BLUE
  216. # 5 - MAGENTA
  217. # 6 - CYAN
  218. # 7 - GREY
  219. # 8 - YELLOW
  220. # 9 - LRED
  221. # 10 - LGREEN
  222. # 11 - LBLUE
  223. # 12 - LMAGENTA
  224. # 13 - LCYAN
  225. # 14 - WHITE
  226. # Example: "13 11 9 5"
  227. #
  228. # EnableLogDB
  229. # Enable/disable logging to database (LogDatabaseInfo).
  230. # Default: 0 - disabled
  231. # 1 - enabled
  232. #
  233. # DBLogLevel
  234. # Log level of DB logging.
  235. # 0 = Minimum
  236. # Default: 1 = Basic
  237. # 2 = Detail
  238. # 3 = Full/Debug
  239. #
  240. # UseProcessors
  241. # Processors mask for multi-processor system (Used only in Windows)
  242. # Default: 0 (selected by OS)
  243. # number (bitmask value of selected processors)
  244. #
  245. # ProcessPriority
  246. # Process proirity setting (Used only at Windows)
  247. # Default: 1 (HIGH)
  248. # 0 (Normal)
  249. #
  250. # RealmsStateUpdateDelay
  251. # Realm list Update up delay
  252. # (updated at realm list request if delay expired).
  253. # Default: 20
  254. # 0 (Disabled)
  255. #
  256. # WrongPass.MaxCount
  257. # Number of login attemps with wrong password
  258. # before the account or IP is banned
  259. # Default: 0 (Never ban)
  260. #
  261. # WrongPass.BanTime
  262. # Duration of the ban in seconds (0 means permanent ban)
  263. # Default: 600
  264. #
  265. # WrongPass.BanType
  266. # Ban the IP or account on which login is attempted
  267. # Default: 0 (Ban IP)
  268. # 1 (Ban Account)
  269. #
  270. ###############################################################################
  271. LogsDir = ""
  272. MaxPingTime = 30
  273. RealmServerPort = 3724
  274. BindIP = "81.30.158.130"
  275. PidFile = ""
  276. LogLevel = 0
  277. LogFile = "auth.log"
  278. SQLDriverLogFile = ""
  279. LogTimestamp = 0
  280. LogFileLevel = 0
  281. LogColors = ""
  282. EnableLogDB = 0
  283. DBLogLevel = 1
  284. UseProcessors = 0
  285. ProcessPriority = 1
  286. RealmsStateUpdateDelay = 20
  287. WrongPass.MaxCount = 0
  288. WrongPass.BanTime = 600
  289. WrongPass.BanType = 0
  290. LoginDatabaseInfo = "81.30.158.130;3306;Danare;//;trinityauth"
  291. LoginDatabase.WorkerThreads = 1
  292. ###############################################################################
  293. # MYSQL SETTINGS
  294. #
  295. # LoginDatabaseInfo
  296. # Database connection settings for the realm server.
  297. # Default:
  298. # hostname;port;username;password;database
  299. # .;somenumber;username;password;database
  300. # - use named pipes in Windows
  301. # Named pipes: mySQL required adding
  302. # "enable-named-pipe" to [mysqld] section my.ini
  303. # .;/path/to/unix_socket;username;password;database
  304. # - use Unix sockets in Unix/Linux
  305. #
  306. # LoginDatabase.WorkerThreads
  307. # The amount of worker threads spawned to handle
  308. # asynchroneous MySQL statements
  309. # Each worker thread is mirrored with its own
  310. # connection to the MySQL server and their own
  311. # thread on the MySQL server.
  312. # Default: 1
  313. #
  314. ###############################################################################
  315. LoginDatabaseInfo = "81.30.158.130;3306;Danare;//;trinityauth"
  316. LoginDatabase.WorkerThreads = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement