Ensure that certain settings are NOT seen in production, but automatically active in development without using environment variables.
22 lines
854 B
YAML
22 lines
854 B
YAML
# SPDX-FileCopyrightText: 2024 Steffen Jost <s.jost@fraport.de>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable.
|
|
# See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables
|
|
# NB: If you need a numeric value (e.g. 123) to parse as a String, wrap it in single quotes (e.g. "_env:PGPASS:'123'")
|
|
# See https://github.com/yesodweb/yesod/wiki/Configuration#parsing-numeric-values-as-strings
|
|
|
|
|
|
#DEVELOPMENT ONLY, NOT TO BE USED IN PRODUCTION
|
|
|
|
avs-licence-synch:
|
|
times: [12]
|
|
level: 4
|
|
reason-filter: "(firm|block)"
|
|
max-changes: 999
|
|
|
|
# Enqueue at specified hour, a few minutes later
|
|
job-lms-qualifications-enqueue-hour: 16
|
|
job-lms-qualifications-dequeue-hour: 4
|