X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fidentity%2Fidentity.conf.in;h=4af3a6261ef0874c8ef3b05fa05127a9cda26e5c;hb=688bd873c3cb463090039f64b9f13b9a029695dc;hp=64e07945e41989ce5ae366b78a8ce932bbe78bb3;hpb=e43155e9ea536991a489e0fe04890e0269869af1;p=oweals%2Fgnunet.git diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in index 64e07945e..4af3a6261 100644 --- a/src/identity/identity.conf.in +++ b/src/identity/identity.conf.in @@ -1,39 +1,17 @@ -[nse] -AUTOSTART = YES -@JAVAPORT@PORT = 2097 +[identity] +AUTOSTART = @AUTOSTART@ +USER_SERVICE = YES +@JAVAPORT@PORT = 2108 HOSTNAME = localhost -HOME = $SERVICEHOME -BINARY = gnunet-service-nse +BINARY = gnunet-service-identity ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; -UNIXPATH = /tmp/test-nse-service-nse.unix +UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES -PROOFFILE = $SERVICEHOME/.nse-proof -# The directory where the NSE services logs timestamps everytime -# a size estime flooding message is received -# This option is only used for benchmarking, not in production. -HISTOGRAM_DIR = $SERVICEHOME - -# How 'slowly' should the proof-of-work be constructed (delay -# between rounds); sane values between 0 and ~1000. -# It should rarely make sense to change this value. -# Only systems with slow CPUs where 5ms is a long time might -# want it to be reduced. -WORKDELAY = 5 ms - -# Note: changing any of the values below will make this peer -# completely incompatible with other peers! - -# How often do peers exchange network size messages? -# Note that all peers MUST use the same interval. -# DO NOT CHANGE THIS VALUE, doing so will break the protocol! -INTERVAL = 1 h - -# 2^22 hash operations take about 2-3h on a modern i7 (single-core) -# for SCRYPT; with 2ms/op and 5ms workdelay, we can expect -# the POW calculation to be done by a high-end peer in about 6h -# DO NOT CHANGE THIS VALUE, doing so will break the protocol! -WORKBITS = 22 +# Directory where we store information about our egos +EGODIR = $GNUNET_DATA_HOME/identity/egos/ +# File where we store default identities for subsystems +SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf