mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Datagrepper: set the default delta to 1 day as announced
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
APP_PATH = "https://apps{{ env_suffix }}.fedoraproject.org/datagrepper"
|
||||
DEFAULT_QUERY_DELTA = 3600
|
||||
DEFAULT_QUERY_DELTA = 86400
|
||||
DATANOMMER_SQLALCHEMY_URL = "postgresql://{{ datanommerDBUser }}:{{ (env == 'production')|ternary(datanommerDBPassword, datanommer_stg_db_password) }}@db-datanommer{{ (env == 'production')|ternary('02', '01') }}{{ env_suffix }}.iad2.fedoraproject.org/datanommer2"
|
||||
|
||||
# Only allow ajax/websockets connections back to our domains.
|
||||
|
||||
Reference in New Issue
Block a user