bijoe: add WCS_OLA_COMMAND to settings (#56079)

This commit is contained in:
Benjamin Dauvergne 2021-08-10 15:47:03 +02:00
parent a85f4e4621
commit f68b0f45e3
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}