Add new configuration key for the new nuancier
This commit is contained in:
parent
2c7598455b
commit
9dcb150ad1
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ DB_URL='postgresql://{{ nuancier_db_user }}:{{ nuancier_db_pass }}@{{ nuancier_d
|
|||
### This can either be a single group or multiple, defined between
|
||||
### parenthesis.
|
||||
ADMIN_GROUP=('sysadmin-nuancier', 'sysadmin-main')
|
||||
|
||||
# FAS group for the nuancier reviewers
|
||||
REVIEW_GROUP = ('nuancier-mentors')
|
||||
# FAS group of users having a higher vote
|
||||
WEIGHTED_GROUP = ('sysadmin-nuancier', 'designteam')
|
||||
|
||||
### Static folder
|
||||
### The folder containing the css, javascript as well as the pictures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue