diff --git a/roles/app-setup/templates/bijoe-settings.j2 b/roles/app-setup/templates/bijoe-settings.j2 index f356aa5..e1cac01 100644 --- a/roles/app-setup/templates/bijoe-settings.j2 +++ b/roles/app-setup/templates/bijoe-settings.j2 @@ -21,6 +21,8 @@ MELLON_USERNAME_TEMPLATE = '{attributes[name_id_content]}' MELLON_IDENTITY_PROVIDERS = [] +WCS_OLAP_COMMAND = '{{ virtualenv }}/bin/wcs-olap' + # Override default hobo agent INSTALLED_APPS = ('bijoe.hobo_agent',) + INSTALLED_APPS {% endblock %}