Skip to content

Commit

Permalink
fix admin role groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaney committed Jan 9, 2021
1 parent 913663c commit 5e2b2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
MEDIA_ROOT = os.getenv('SIS_IMPORT_CSV_ROOT', '/app/csv')
else:
SIS_IMPORT_CSV_DEBUG = False
CANVAS_MANAGER_ADMIN_GROUP = os.getenv('ADMIN_GROUP', '')
RESTCLIENTS_ADMIN_GROUP = os.getenv('SUPPORT_GROUP', '')
CANVAS_MANAGER_ADMIN_GROUP = os.getenv('SUPPORT_GROUP', '')
RESTCLIENTS_ADMIN_GROUP = os.getenv('ADMIN_GROUP', '')
RESTCLIENTS_DAO_CACHE_CLASS = 'sis_provisioner.cache.RestClientsCache'
DEFAULT_FILE_STORAGE = 'storages.backends.gcloud.GoogleCloudStorage'
GS_PROJECT_ID = os.getenv('STORAGE_PROJECT_ID', '')
Expand Down

0 comments on commit 5e2b2b9

Please sign in to comment.