Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.57 KB | None | 0 0
  1. [DatabaseConfiguration]
  2.  
  3. #Currently, only QSQLITE is supported
  4. SQLDriver = QSQLITE
  5.  
  6. SQLHost = localhost
  7. SQLUsername = root
  8. SQLPassword = passwd
  9.  
  10. SQLitePath = @workdir@/database_sqlite/database.sqlite
  11.  
  12. [GeneralConfiguration]
  13.  
  14. #verify database integrity at startup, You will need to disable this
  15. #if you want to modify the default database.
  16. VerifyDatabase = true
  17.  
  18. #server port
  19. ServerPort =11420
  20.  
  21.  
  22. Verbosity = 0
  23. # 0 = general information
  24. # 1 = extra information (NYI)
  25. # 2 = packet logging (not recommented)
  26. # 3 = packet logging + extra information (not recommented)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement