Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Path to database. If blank, will search for
  2. # murmur.sqlite in default locations or create it if not found.
  3. database=/var/murmur.sqlite
  4.  
  5. # If you wish to use something other than SQLite, you'll need to set the name
  6. # of the database above, and also uncomment the below.
  7. # Sticking with SQLite is strongly recommended, as it's the most well tested
  8. # and by far the fastest solution.
  9. #
  10. #dbDriver=QMYSQL
  11. #dbUsername=
  12. #dbPassword=
  13. #dbHost=
  14. #dbPort=
  15. #dbPrefix=murmur_
  16. #dbOpts=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement