- verboser log, faster start
[oweals/gnunet.git] / src / transport / transport.conf.in
index e49235d8de9d8c4f5c2e3d592607c4efe617777e..e8786be12adc25853b668dd10543a529c602ff55 100644 (file)
@@ -3,7 +3,6 @@ AUTOSTART = YES
 @UNIXONLY@ PORT = 2091
 HOSTNAME = localhost
 HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-service-transport
 #PREFIX = valgrind
 NEIGHBOUR_LIMIT = 50
@@ -58,7 +57,9 @@ MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-http_server]
+#EXTERNAL_HOSTNAME = <your hostname/path>
 PORT = 1080
+ADVERTISED_PORT = 1080
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
@@ -68,9 +69,10 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-https_server]
 PORT = 4433
+ADVERTISED_PORT = 4433
 CRYPTO_INIT = NORMAL
-KEY_FILE = https.key
-CERT_FILE = https.cert
+KEY_FILE = $SERVICEHOME/https.key
+CERT_FILE = $SERVICEHOME/https.cert
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;