mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
Missing a valid user name and password for git.
This commit is contained in:
parent
b455b73c7b
commit
8df20977c3
@ -86,9 +86,12 @@ GIT_REMOTE_SERVER = environ.get('GIT_REMOTE_SERVER', None) # example: 'github.c
|
||||
GIT_REMOTE_PATH = environ.get('GIT_REMOTE_PATH', None) # example: 'sartography/crconnect-workflow-specs
|
||||
GIT_BRANCH = environ.get('GIT_BRANCH', None) # example: 'main'
|
||||
GIT_MERGE_BRANCH = environ.get('GIT_MERGE_BRANCH', None) # Example: 'staging'
|
||||
GIT_USER_NAME = environ.get('GIT_USER_NAME', None)
|
||||
GIT_USER_PASS = environ.get('GIT_USER_PASS', None)
|
||||
GIT_DISPLAY_PUSH = environ.get('GIT_DISPLAY_PUSH', False)
|
||||
GIT_DISPLAY_MERGE = environ.get('GIT_DISPLAY_MERGE', False)
|
||||
|
||||
|
||||
# Email configuration
|
||||
DEFAULT_SENDER = 'crconnect2@virginia.edu'
|
||||
FALLBACK_EMAILS = ['askresearch@virginia.edu', 'sartographysupport@googlegroups.com']
|
||||
|
Loading…
x
Reference in New Issue
Block a user