ironsniper01

servercommon.cfg

Apr 21st, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. .include "../../exe/shared/servercommon.cfg"
  2. .include "default.cfg"
  3.  
  4. # Settings needed for basic operation.
  5. # These settings may be overridden by those in localOptions.cfg which is included at the end of this file.
  6.  
  7. [LoginServer]
  8. databasePWD=swg
  9. #useExternalAuth=true
  10. #externalAuthURL=http://djogaming.mooo.com/auth.php
  11.  
  12. [dbProcess]
  13. databaseProtocol=OCI
  14. databasePWD=swg
  15.  
  16. [GameServer]
  17. javaVMName=sun
  18.  
  19. [TaskManager]
  20. environmentVariable=NLS_LANG=american_america.utf8
  21. #environmentVariable=ORACLE_HOME=/opt/app/oracle/product/9.2.0
  22. #environmentVariable=PATH+=/opt/app/oracle/product/9.2.0/bin
  23. #environmentVariable=LD_LIBRARY_PATH+=/opt/app/oracle/product/9.2.0/lib
  24.  
  25. #Uncomment these two lines to run VM 1.2.1 or older
  26. #environmentVariable=PATH+=/usr/java/bin:/usr/java/jre/bin:./
  27. #environmentVariable=LD_LIBRARY_PATH+=/usr/java/jre/lib:/usr/java/jre/lib/classic:./
  28.  
  29. #I don't even know what these lines were used for. Just leave them commented.
  30. #environmentVariable=PATH+=/usr/java/bin:/usr/java/jre/bin:./
  31. #environmentVariable=LD_LIBRARY_PATH+=/usr/java/jre/lib/i386:/usr/java/jre/lib/i386/server:./
  32.  
  33. #These two lines are for VM 2.0. Comment them and uncomment the lines above to use a different platform.
  34. environmentVariable=PATH+=/usr/lib/jvm/java-11-openjdk/bin:./
  35. environmentVariable=LD_LIBRARY_PATH+=/usr/lib/jvm/java-11-openjdk/lib:/usr/lib/jvm/java-11-openjdk/lib/server:./
  36.  
  37.  
  38. .include "serverNetwork.cfg"
  39. .include "localOptions.cfg"
  40. .include "nodes.cfg"
  41. .include "rare_loot.cfg"
  42. .include "space_gcw.cfg"
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment