Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. ---------------------------------------
  2. ||RiftEmu (RealmServer) Configuration||
  3. ---------------------------------------
  4.  
  5. ___________________________________________________________
  6. -----------------------------------------------------------
  7. || DATABASE CONNECTIONS
  8. --
  9. -- GENERAL:
  10. -- *.Server = MySql IP
  11. -- *.Port = MySql Port
  12. -- *.DB = MySql DataBase Name
  13. -- *.User = MySql User
  14. -- *.Password = MySql Password
  15. ||
  16. -- RealmDB.*
  17. -- DataBase connection information for the RealmDB.
  18. ||
  19. -- CharDB.*
  20. -- DataBase connection information for the CharDB.
  21. --
  22. ___________________________________________________________
  23. -----------------------------------------------------------
  24.  
  25. RealmDB.Server = 127.0.0.1
  26. RealmDB.Port = 3306
  27. RealmDB.DB = RealmDB
  28. RealmDB.User = username
  29. RealmDB.Password = password
  30.  
  31. CharDB.Server = 127.0.0.1
  32. CharDB.Port = 3306
  33. CharDB.DB = CharDB
  34. CharDB.User = username
  35. CharDB.Password = password
  36.  
  37. ___________________________________________________________
  38. -----------------------------------------------------------
  39. || SERVER CONNECTION SETTINGS
  40. --
  41. -- RealmServer.Port
  42. -- Port where the RealmServer is listen on.
  43. -- Default: 6520
  44. ||
  45. -- Certificate.Enable
  46. -- Use your own certificate.
  47. -- Default: 0 - Disabled
  48. -- 1 - Enabled
  49. ||
  50. ___________________________________________________________
  51. -----------------------------------------------------------
  52.  
  53. RealmServer.Port = 6520
  54. Certificate.Enable = 0
  55.  
  56. ___________________________________________________________
  57. -----------------------------------------------------------
  58. || SERVER MISC SETTINGS
  59. --
  60. -- RealmServer.ShutDownTimer
  61. -- Shutdown the Server after amount of time.
  62. -- Default: 2000
  63. ||
  64. _________________________________________________________
  65. -----------------------------------------------------------
  66.  
  67. RealmServer.ShutDownTimer = 2000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement