Skip to content

Commit

Permalink
21197 add configuration dissolution jobs (bcgov#2692)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 authored May 21, 2024
1 parent f2889d0 commit ba00302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jobs/involuntary-dissolutions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ class _Config(object): # pylint: disable=too-few-public-methods
TESTING = False
DEBUG = False

SUMMARY_STORAGE_PATH = os.getenv('SUMMARY_STORAGE_PATH', '')
SECOND_NOTICE_DELAY = os.getenv('SECOND_NOTICE_DELAY', None)
STAGE_2_DELAY = os.getenv('STAGE_2_DELAY', None)
STAGE_3_DELAY = os.getenv('STAGE_3_DELAY', None)


class DevConfig(_Config): # pylint: disable=too-few-public-methods
"""Development environment configuration."""
Expand Down
3 changes: 2 additions & 1 deletion jobs/involuntary-dissolutions/devops/vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"application": [
"postgres-legal",
"launchdarkly",
"nats-filer"
"nats-filer",
"involuntary-dissolutions"
]
},
{
Expand Down

0 comments on commit ba00302

Please sign in to comment.