Skip to content

Commit

Permalink
Add JQL to default enabled query runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr authored Sep 28, 2016
1 parent 41f99f5 commit e8582ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def all_settings():
'redash.query_runner.sqlite',
'redash.query_runner.dynamodb_sql',
'redash.query_runner.mssql',
'redash.query_runner.jql'
]

enabled_query_runners = array_from_string(os.environ.get("REDASH_ENABLED_QUERY_RUNNERS", ",".join(default_query_runners)))
Expand Down

0 comments on commit e8582ec

Please sign in to comment.