1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 07:56:52 +00:00

Remove explicit host and recipe from connection

So that they will be inferred from the page environment
This commit is contained in:
Jeremy Ruston 2012-11-20 16:32:06 +00:00
parent c846784ab8
commit 48a105fd62

View File

@ -2,7 +2,11 @@ title: TiddlyWebConnection
type: application/x-tiddler-dictionary type: application/x-tiddler-dictionary
module-type: serverconnection module-type: serverconnection
# Which syncer is used for this connection
syncer: tiddlywebsyncer syncer: tiddlywebsyncer
# replace with a tiddlyspace to which you have write access
host: http://tw5tiddlyweb.tiddlyspace.com/ # The server host. If not specified, defaults to the host from which the page was loaded
recipe: tw5tiddlyweb_public # host: http://tw5tiddlyweb.tiddlyspace.com/
# The recipe to use. If not specified, defaults to the recipe used to serve the page
# recipe: tw5tiddlyweb_public