configuration.rst 689 B

1234567891011121314151617181920212223242526272829303132333435
  1. Configuring Pwman3:
  2. ===================
  3. By default Pwman3 will read the configuration file from the following path::
  4. ~/.pwman/config
  5. This is the ``PWMAN_CONFIG`` following.
  6. You can override this by giving the ``-c <Config File>`` at the commnad line
  7. when starting Pwman3.
  8. The configuration file has the following structure::
  9. [Section]
  10. Option = Value
  11. The following is an example default config file::
  12. [Readline]
  13. history = <PWMAN_CONFIG>/history
  14. [Global]
  15. save = True
  16. colors = yes
  17. cp_timeout = 5
  18. umask = 0100
  19. cls_timeout = 10
  20. xsel = /usr/bin/xsel
  21. [Database]
  22. type = SQLite
  23. filename = <PWMAN_CONFIG>/pwman.db