diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-09 10:26:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-09 10:26:23 +0000 |
commit | d0a9f269aa6575253b1c284d594a467e6fdeb7c7 (patch) | |
tree | 21cf2183b906bd550eff83616552097c977ad530 /src/transport/test_transport_api_https_peer2.conf | |
parent | d4baeee37d09e53b5f176398a1b4aaa0aa747883 (diff) |
more work towards XDG spec (#3000) -- config file location
Diffstat (limited to 'src/transport/test_transport_api_https_peer2.conf')
-rw-r--r-- | src/transport/test_transport_api_https_peer2.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/test_transport_api_https_peer2.conf b/src/transport/test_transport_api_https_peer2.conf index 89bef2b20..443717ebd 100644 --- a/src/transport/test_transport_api_https_peer2.conf +++ b/src/transport/test_transport_api_https_peer2.conf @@ -1,6 +1,6 @@ @INLINE@ template_cfg_peer2.conf [PATHS] -SERVICEHOME = /tmp/test-transport/api-https-p2/ +GNUNET_TEST_HOME = /tmp/test-transport/api-https-p2/ [transport-https_server] EXTERNAL_HOSTNAME = localhost/test @@ -11,8 +11,8 @@ EXTERNAL_HOSTNAME_USE_PORT = YES # Does the external hostname use the same port? USE_IPv6 = YES #BINDTO = 127.0.0.1 -KEY_FILE = $SERVICEHOME/https_key_p2.key -CERT_FILE = $SERVICEHOME/https_cert_p2.crt +KEY_FILE = $GNUNET_TEST_HOME/https_key_p2.key +CERT_FILE = $GNUNET_TEST_HOME/https_cert_p2.crt [arm] PORT = 12115 |