diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /src/chat/test_chat_data.conf |
Imported Upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'src/chat/test_chat_data.conf')
-rw-r--r-- | src/chat/test_chat_data.conf | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/chat/test_chat_data.conf b/src/chat/test_chat_data.conf new file mode 100644 index 0000000..3052a4f --- /dev/null +++ b/src/chat/test_chat_data.conf @@ -0,0 +1,56 @@ +[PATHS] +SERVICEHOME = /tmp/gnunet-test-chat/ +DEFAULTCONFIG = test_chat_data.conf + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey + +[resolver] +PORT = 42464 +HOSTNAME = localhost + +[transport] +PORT = 42465 +PLUGINS = + +[arm] +PORT = 42466 +HOSTNAME = localhost +DEFAULTSERVICES = core chat + +[peerinfo] +PORT = 42469 +HOSTNAME = localhost + +[core] +PORT = 42470 +HOSTNAME = localhost + +[chat] +PORT = 42471 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-chat + +[testing] +WEAKRANDOM = YES + +[nat] +DISABLEV6 = YES +BINDTO = 127.0.0.1 +ENABLE_UPNP = NO +BEHIND_NAT = NO +ALLOW_NAT = NO +INTERNAL_ADDRESS = 127.0.0.1 +EXTERNAL_ADDRESS = 127.0.0.1 + +[dns] +AUTOSTART = NO + + + +[nse] +AUTOSTART = NO + + |