library/roles/sharelatex/defaults/main.yml: Fix an undefined variable.

This commit is contained in:
Andrea Dell'Amico 2017-02-13 18:25:06 +01:00
parent 95907e86dc
commit 9cf793d684
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ sharelatex_mongodb_url: 'mongodb://mongo/sharelatex'
sharelatex_redis_host: localhost
sharelatex_app_name: Our ShareLaTeX
sharelatex_site_url: 'http://localhost/sharelatex'
sharelatex_data_dir: '/srv/sharelatex'
sharelatex_host_data_dir: '/srv/sharelatex_data'
sharelatex_container_data_dir: '/var/lib/sharelatex'