Add comment about the new environment variable

This commit is contained in:
mike cullerton 2022-12-07 14:00:11 -05:00
parent 3b0e97a380
commit 68afdb0d38
1 changed files with 2 additions and 0 deletions

View File

@ -57,4 +57,6 @@ SENTRY_TRACES_SAMPLE_RATE = environ.get(
SPIFFWORKFLOW_BACKEND_LOG_LEVEL = environ.get(
"SPIFFWORKFLOW_BACKEND_LOG_LEVEL", default="info"
)
# When a user clicks on the `Publish` button, this is the default branch this server merges into.
# I.e., dev server could have `staging` here. Staging server might have `production` here.
GIT_MERGE_BRANCH = environ.get("GIT_MERGE_BRANCH", default="staging")