Skip to content

Commit

Permalink
[SDESK-4023][SDESK-4024] Add setting for auto workflow in planning
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew authored and Mayur Dhamanwala committed Mar 6, 2019
1 parent c1dee77 commit 262d087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,5 @@ def env(variable, fallback_value=None):
VICTORIAN_TRANSPORT_SIGNATURE = env('VICTORIAN_TRANSPORT_SIGNATURE', '')

QLD_TRAFFIC_API_KEY = env('QLD_TRAFFIC_API_KEY', '')

PLANNING_AUTO_ASSIGN_TO_WORKFLOW = strtobool(env('PLANNING_AUTO_ASSIGN_TO_WORKFLOW', 'false'))

0 comments on commit 262d087

Please sign in to comment.