@@ -17,7 +17,6 @@ parameters:
1717 issuer : " %webapp.address%"
1818 audience : " %webapp.address%"
1919 expiration : 86400 # of regular auth tokens (seconds)
20- invitationExpiration : 86400 # of an invitation token (seconds)
2120 usedAlgorithm : HS256
2221 verificationKey : " sis-ext-123"
2322
@@ -45,17 +44,6 @@ parameters:
4544 archivingDir : " " # a directory where copies of all emails sent are stored (in text files)
4645 defaultAdminTo : " Administrator <[email protected] >" # admin mail address 4746
48- linkTemplates :
49- assignmentUrl : " %webapp.address%/app/assignment/{id}"
50- exerciseUrl : " %webapp.address%/app/exercises/{id}"
51- shadowAssignmentUrl : " %webapp.address%/app/shadow-assignment/{id}"
52- solutionUrl : " %webapp.address%/app/assignment/{assignmentId}/solution/{solutionId}"
53- referenceSolutionUrl : " %webapp.address%/app/exercises/{exerciseId}/reference-solution/{solutionId}"
54- forgottenPasswordUrl : " %webapp.address%/forgotten-password/change?{token}" # URL of web application where the password can be changed
55- emailVerificationUrl : " %webapp.address%/email-verification?{token}"
56- invitationUrl : " %webapp.address%/accept-invitation?{token}"
57- solutionSourceFilesUrl : " %webapp.address%/app/assignment/{assignmentId}/solution/{solutionId}/sources"
58-
5947application :
6048 errorPresenter : ApiError
6149 mapping :
@@ -138,7 +126,6 @@ services:
138126 - App\Helpers\SisHelper (%sis% )
139127 - App\Helpers\UserActions
140128 - App\Helpers\UserUpdater
141- - App\Helpers\WebappLinks (%webapp.address% , %linkTemplates% )
142129
143130 # emails
144131 - App\Helpers\Emails\EmailLocalizationHelper
0 commit comments