replace settings.json with settings.yml

This commit is contained in:
Matthias Bartelmeß 2012-07-09 14:18:20 +02:00
parent 9617ace809
commit 1e14b310bf
9 changed files with 89 additions and 106 deletions

View file

@ -30,9 +30,5 @@ echo _
echo Clearing cache.
del /S var\minified*
echo _
echo Setting up settings.json...
IF NOT EXIST settings.json copy settings.json.template settings.json
echo _
echo Installed Etherpad-lite!