mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Renamed DESKPRO_TEAM_ID to DESKPRO_DEPT_ID to match name of param in
api call. Added DESKPRO_ASSIGNED_AGENT_TEAM_ID so that tickets routed correctly.
This commit is contained in:
@@ -37,7 +37,8 @@ class Config(object):
|
||||
DESKPRO_API_HOST = os.environ['DESKPRO_API_HOST']
|
||||
DESKPRO_API_KEY = os.environ['DESKPRO_API_KEY']
|
||||
DESKPRO_PERSON_EMAIL = os.environ['DESKPRO_PERSON_EMAIL']
|
||||
DESKPRO_TEAM_ID = os.environ['DESKPRO_TEAM_ID']
|
||||
DESKPRO_DEPT_ID = os.environ['DESKPRO_DEPT_ID']
|
||||
DESKPRO_ASSIGNED_AGENT_TEAM_ID = os.environ['DESKPRO_ASSIGNED_AGENT_TEAM_ID']
|
||||
ACTIVITY_STATS_LIMIT_DAYS = 7
|
||||
|
||||
EMAIL_DOMAIN_REGEXES = [
|
||||
|
||||
Reference in New Issue
Block a user