Skip to content

Commit

Permalink
Merge branch '8.0.x' into 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Nov 1, 2024
2 parents 90bb12f + a5316c4 commit 9583a36
Show file tree
Hide file tree
Showing 81 changed files with 5,596 additions and 6,659 deletions.
553 changes: 552 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
RAILS_ENV: 'development'

DF_STUDENT_WORK_DIR: /student-work
DF_INSTITUTION_HOST: http://localhost:3000
DF_INSTITUTION_HOST: http://localhost:4200
DF_INSTITUTION_PRODUCT_NAME: OnTrack

DF_SECRET_KEY_BASE: test-secret-key-test-secret-key!
Expand All @@ -24,8 +24,8 @@ services:
# Authentication method - can set to AAF or ldap
DF_AUTH_METHOD: database
DF_AAF_ISSUER_URL: https://rapid.test.aaf.edu.au
DF_AAF_AUDIENCE_URL: http://localhost:3000
DF_AAF_CALLBACK_URL: http://localhost:3000/api/auth/jwt
DF_AAF_AUDIENCE_URL: http://localhost:4200
DF_AAF_CALLBACK_URL: http://localhost:4200/api/auth/jwt
DF_AAF_IDENTITY_PROVIDER_URL: https://signon-uat.deakin.edu.au/idp/shibboleth
DF_AAF_UNIQUE_URL: https://rapid.test.aaf.edu.au/jwt/authnrequest/research/Ag4EJJhjf0zXHqlKvKZEbg
DF_AAF_AUTH_SIGNOUT_URL: https://sync-uat.deakin.edu.au/auth/logout
Expand Down
Loading

0 comments on commit 9583a36

Please sign in to comment.