aboutsummaryrefslogtreecommitdiff
path: root/src/js/configuration.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/configuration.js')
-rw-r--r--src/js/configuration.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/configuration.js b/src/js/configuration.js
index cc4de0d..146d35f 100644
--- a/src/js/configuration.js
+++ b/src/js/configuration.js
@@ -76,6 +76,9 @@ mergeInto(LibraryManager.library, {
MAX_CADET_CLIENTS: 128,
RESPECT: '/fs/credit/',
},
+ peerinfo: {
+ HOSTS: '/hosts/',
+ },
},
GNUNET_CONFIGURATION_get_value__deps: ['$CONFIG'],
GNUNET_CONFIGURATION_get_value: function(section, option) {