mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Added auth to environment.default.js
This commit is contained in:
@@ -29,6 +29,13 @@ module.exports = {
|
||||
timePerMethod: {'PATCH': 3} //time in seconds
|
||||
}
|
||||
},
|
||||
// Authentications
|
||||
auth: {
|
||||
target: {
|
||||
host: 'https://dspace7.4science.it',
|
||||
page: '/dspace-spring-rest/shib.html'
|
||||
}
|
||||
},
|
||||
// Form settings
|
||||
form: {
|
||||
// NOTE: Map server-side validators to comparative Angular form validators
|
||||
|
Reference in New Issue
Block a user