aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:26:23 +0000
commitd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (patch)
tree21cf2183b906bd550eff83616552097c977ad530 /src/pt
parentd4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff)
downloadgnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.tar.gz
gnunet-d0a9f269aa6575253b1c284d594a467e6fdeb7c7.zip
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.conf4
-rw-r--r--src/pt/test_gnunet_vpn.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index 269def876..60584948e 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/gnunet-test-gns-vpn/ 2GNUNET_TEST_HOME = /tmp/gnunet-test-gns-vpn/
3 3
4[transport] 4[transport]
5PLUGINS = tcp 5PLUGINS = tcp
@@ -47,7 +47,7 @@ TTL = 3600000
47 47
48[gns] 48[gns]
49AUTOSTART = YES 49AUTOSTART = YES
50ZONEKEY = $SERVICEHOME/.hostkey 50ZONEKEY = $GNUNET_TEST_HOME/.hostkey
51HIJACK_DNS = YES 51HIJACK_DNS = YES
52 52
53[namestore] 53[namestore]
diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf
index c0cdd5b51..38f479775 100644
--- a/src/pt/test_gnunet_vpn.conf
+++ b/src/pt/test_gnunet_vpn.conf
@@ -1,5 +1,5 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/gnunet-test-vpn/ 2GNUNET_TEST_HOME = /tmp/gnunet-test-vpn/
3 3
4[transport] 4[transport]
5PLUGINS = tcp 5PLUGINS = tcp