greenwave: Specify the SUBJECT_TYPES_DIR in the config file

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-03-23 14:13:04 +01:00
parent e13758ba90
commit 1bd3e1747e

View file

@ -2,6 +2,7 @@ HOST= '0.0.0.0'
PORT = 8080 PORT = 8080
DEBUG = False DEBUG = False
POLICIES_DIR = '/etc/greenwave/' POLICIES_DIR = '/etc/greenwave/'
SUBJECT_TYPES_DIR = '/src/conf/subject_types'
{% if env == 'staging' %} {% if env == 'staging' %}
DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org' DIST_GIT_BASE_URL = 'https://src.stg.fedoraproject.org'