remove staging py config file in favor of terraform configs w/ burnettk

This commit is contained in:
jasquat 2022-12-07 14:40:04 -05:00
parent afe977a351
commit ca2a4cdd10
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
"""Staging."""
from os import environ
GIT_COMMIT_ON_SAVE = True
GIT_COMMIT_USERNAME = "staging"
GIT_COMMIT_EMAIL = "staging@example.com"
SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME = environ.get(
"SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME", default="staging.yml"
)