You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
546 B

  1. [psycstore]
  2. START_ON_DEMAND = @START_ON_DEMAND@
  3. BINARY = gnunet-service-psycstore
  4. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock
  5. UNIX_MATCH_UID = YES
  6. UNIX_MATCH_GID = YES
  7. @UNIXONLY@PORT = 2111
  8. HOSTNAME = localhost
  9. ACCEPT_FROM = 127.0.0.1;
  10. ACCEPT_FROM6 = ::1;
  11. DATABASE = sqlite
  12. [psycstore-sqlite]
  13. FILENAME = $GNUNET_DATA_HOME/psycstore/sqlite.db
  14. [psycstore-mysql]
  15. DATABASE = gnunet
  16. CONFIG = ~/.my.cnf
  17. # USER = gnunet
  18. # PASSWORD =
  19. # HOST = localhost
  20. # PORT = 3306
  21. [psycstore-postgres]
  22. CONFIG = connect_timeout=10; dbname=gnunet