Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from DemandLogic/feature/env-results-setting
Browse files Browse the repository at this point in the history
add env-settable results backend
  • Loading branch information
stringfellow authored Sep 4, 2018
2 parents 2f674aa + 8950fae commit fa3d65c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flower/flowerconfig.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
CELERY_RESULT_BACKEND = os.environ.get(
'CELERY_RESULT_BACKEND', 'redis://localhost'
)

0 comments on commit fa3d65c

Please sign in to comment.