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.

50 lines
1.2 KiB

  1. From 6c0f43552d627b93f99f7fd40d63815f323958c3 Mon Sep 17 00:00:00 2001
  2. From: Daniel Golle <daniel@makrotopia.org>
  3. Date: Thu, 28 Feb 2019 16:16:13 +0100
  4. Subject: [PATCH] reclaim: include reclaim.conf in source dist
  5. ---
  6. src/reclaim/Makefile.am | 5 +++--
  7. 1 file changed, 3 insertions(+), 2 deletions(-)
  8. --- a/src/reclaim/Makefile.am
  9. +++ b/src/reclaim/Makefile.am
  10. @@ -17,9 +17,10 @@ SQLITE_PLUGIN = libgnunet_plugin_reclaim
  11. endif
  12. EXTRA_DIST = \
  13. + reclaim.conf \
  14. test_reclaim_defaults.conf \
  15. - test_reclaim.conf \
  16. - $(check_SCRIPTS)
  17. + test_reclaim.conf \
  18. + $(check_SCRIPTS)
  19. pkgcfgdir= $(pkgdatadir)/config.d/
  20. --- /dev/null
  21. +++ b/src/reclaim/reclaim.conf
  22. @@ -0,0 +1,23 @@
  23. +[reclaim]
  24. +START_ON_DEMAND = NO
  25. +RUN_PER_USER = YES
  26. +#PORT = 2108
  27. +HOSTNAME = localhost
  28. +BINARY = gnunet-service-reclaim
  29. +ACCEPT_FROM = 127.0.0.1;
  30. +ACCEPT_FROM6 = ::1;
  31. +UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-reclaim.sock
  32. +UNIX_MATCH_UID = NO
  33. +UNIX_MATCH_GID = YES
  34. +TOKEN_EXPIRATION_INTERVAL = 30 m
  35. +DATABASE = sqlite
  36. +
  37. +[reclaim-rest-plugin]
  38. +#ADDRESS = https://identity.gnu:8000#/login
  39. +ADDRESS = https://ui.reclaim/#/login
  40. +PSW = secret
  41. +JWT_SECRET = secret
  42. +EXPIRATION_TIME = 1d
  43. +
  44. +[reclaim-sqlite]
  45. +FILENAME = $GNUNET_DATA_HOME/reclaim/sqlite.db