Commit f8dcd603 by Xavier Antoviaque

supervisor-ora: Fix inverted xqueue login/password in ora configuration

parent 35f4b45b
......@@ -112,8 +112,8 @@ ora_auth_config:
USERS: $ORA_USERS
XQUEUE_INTERFACE:
django_auth:
password: $XQUEUE_DJANGO_USER
username: $XQUEUE_DJANGO_PASSWORD
username: $XQUEUE_DJANGO_USER
password: $XQUEUE_DJANGO_PASSWORD
basic_auth: [$XQUEUE_BASIC_AUTH_USER, $XQUEUE_BASIC_AUTH_PASSWORD]
url: $ORA_XQUEUE_URL
GRADING_CONTROLLER_INTERFACE:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment