fix: Add missing settings to template

This commit is contained in:
James Graham
2020-02-28 15:44:43 +00:00
parent 097a6b0152
commit e410d9bcb1
2 changed files with 6 additions and 11 deletions

View File

@@ -13,4 +13,7 @@ project_dir: '/var/www/{{ project_name }}'
venv_dir: '{{ project_dir }}/venv'
web_user: nginx
web_group: nginx
db_name: '{{ project_name }}'
db_name: '{{ project_name }}'
display_short_name: 'BRECcIA'
display_long_name: 'BRECcIA Mapper'