From 48a105fd62704d122a0e9f24e2c1e3e90785a674 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 20 Nov 2012 16:32:06 +0000 Subject: [PATCH] Remove explicit host and recipe from connection So that they will be inferred from the page environment --- editions/tw5tiddlyweb/wiki/TiddlyWebConnection.tid | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/editions/tw5tiddlyweb/wiki/TiddlyWebConnection.tid b/editions/tw5tiddlyweb/wiki/TiddlyWebConnection.tid index 3fcc9b4e9..7d96c7d3b 100644 --- a/editions/tw5tiddlyweb/wiki/TiddlyWebConnection.tid +++ b/editions/tw5tiddlyweb/wiki/TiddlyWebConnection.tid @@ -2,7 +2,11 @@ title: TiddlyWebConnection type: application/x-tiddler-dictionary module-type: serverconnection +# Which syncer is used for this connection syncer: tiddlywebsyncer -# replace with a tiddlyspace to which you have write access -host: http://tw5tiddlyweb.tiddlyspace.com/ -recipe: tw5tiddlyweb_public + +# The server host. If not specified, defaults to the host from which the page was loaded +# host: http://tw5tiddlyweb.tiddlyspace.com/ + +# The recipe to use. If not specified, defaults to the recipe used to serve the page +# recipe: tw5tiddlyweb_public