Datagrepper: set the default delta to 1 day as announced
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
cb2f805c26
commit
5866622837
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue