default user and pass

This commit is contained in:
Tristram Oaten 2016-10-10 14:24:51 +01:00
parent 7e51c7df1c
commit 2a8cc8f39e

View file

@ -5,5 +5,5 @@ if [ ! -d /var/lib/tiddlywiki/mywiki ]; then
tiddlywiki mywiki --init server
fi
exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-"''"} 0.0.0.0
exec tiddlywiki mywiki --server 8080 $:/core/save/all text/plain text/html ${USERNAME:-user} ${PASSWORD:-'wiki'} 0.0.0.0