This commit is contained in:
burnettk 2022-10-04 15:43:18 -04:00
parent 427960698d
commit b8abd5a7bc
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ SPIFFWORKFLOW_BACKEND_URL = environ.get(
"SPIFFWORKFLOW_BACKEND_URL", default="http://localhost:7000"
)
GIT_COMMIT_ON_SAVE = (
environ.get("GIT_COMMIT_ON_SAVE", default="false") == "true"
)
GIT_COMMIT_ON_SAVE = environ.get("GIT_COMMIT_ON_SAVE", default="false") == "true"
# Open ID server
OPEN_ID_SERVER_URL = environ.get("OPEN_ID_SERVER_URL", default="http://localhost:7002")