Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # A few of the settings in this file are not yet implemented, they are marked with NYI.
  2. [DatabaseConfiguration]
  3.  
  4. #QSQLITE = SQLite, QMYSQL = MySQL, but you'll need to supply your own DLL (for now, I'll find one eventually lol)
  5. SQLDriver = QSQLITE
  6.  
  7. SQLHost = localhost
  8. SQLUsername = root
  9. SQLPassword = passwd
  10.  
  11. SQLitePath = @workdir@/database_sqlite/database.sqlite
  12.  
  13. [GeneralConfiguration]
  14.  
  15. # Specify the supported server protocols
  16. # SHOCKWAVE1 = Shockwave client, r9-r18? (possibly more) (Under dev)
  17. # SHOCKWAVE2 = Shockwave client, NYI
  18. # FLASH = Flash client, r63? (Under dev; NYI)
  19. SupportedProtocols = SHOCKWAVE1, FLASH
  20.  
  21. #verify database integrity at startup, You will need to disable this
  22. #if you want to modify the default database.
  23. VerifyDatabase = true
  24.  
  25. #server port
  26. ServerPort =11421
  27.  
  28.  
  29. Verbosity = 0
  30. # 0 = general information
  31. # 1 = extra information (NYI)
  32. # 2 = packet logging (not recommented)
  33. # 3 = packet logging + extra information (not recommented)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement