Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
examsAndAdmissions
Commits
9a6d4443
Commit
9a6d4443
authored
1 year ago
by
shishir suman
Browse files
Options
Download
Patches
Plain Diff
temp fix for RequestInterceptor
parent
e1f91086
github/fork/ruksana2808/filter_bug_examCycle
development
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/application.properties
+2
-2
src/main/resources/application.properties
with
2 additions
and
2 deletions
+2
-2
src/main/resources/application.properties
+
2
−
2
View file @
9a6d4443
...
@@ -84,7 +84,7 @@ payment.fee.status.url=http://localhost:5298/api/v1/user/transaction/
...
@@ -84,7 +84,7 @@ payment.fee.status.url=http://localhost:5298/api/v1/user/transaction/
payment.fee.all.url
=
http://localhost:5298/api/v1/user/transaction
payment.fee.all.url
=
http://localhost:5298/api/v1/user/transaction
# user management
# user management
api.user.searchUrl
=
http://localhost:5298/api/v1/user/details
api.user.searchUrl
=
http://localhost:5298/api/v1/user/details
ById
api.user.listUrl
=
http://localhost:5298/api/v1/user/list
api.user.listUrl
=
http://localhost:5298/api/v1/user/list
api.user.loginUserUrl
=
http://localhost:5298/api/v1/user/keycloak/usrlogin
api.user.loginUserUrl
=
http://localhost:5298/api/v1/user/keycloak/usrlogin
api.user.details
=
http://localhost:5298/api/v1/user/details
api.user.details
=
http://localhost:5298/api/v1/user/details
...
@@ -109,7 +109,7 @@ spring.redis.port=6379
...
@@ -109,7 +109,7 @@ spring.redis.port=6379
#spring.redis.password=mypass
#spring.redis.password=mypass
spring.redis.timeout
=
60000
spring.redis.timeout
=
60000
user.redis.hash.key
=
USER
user.redis.hash.key
=
USER
user.roles
=
admin_superadmin,exams_admin,exams_institute,exams_student
user.roles
=
admin_superadmin,exams_admin,exams_institute,exams_student
,exams_superadmin,exams_secretary
admin.allowed.endpoints
=
/payment
admin.allowed.endpoints
=
/payment
institute.allowed.endpoints
=
institute.allowed.endpoints
=
student.allowed.endpoints
=
student.allowed.endpoints
=
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets