mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
updated environment config comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
// Angular2 UI server settings.
|
||||
// Angular Universal server settings.
|
||||
ui: {
|
||||
ssl: false,
|
||||
host: 'localhost',
|
||||
@@ -16,7 +16,7 @@ module.exports = {
|
||||
nameSpace: '/dspace-spring-rest/api'
|
||||
},
|
||||
cache: {
|
||||
// how long should objects be cached for by default
|
||||
// NOTE: how long should objects be cached for by default
|
||||
msToLive: 15 * 60 * 1000, // 15 minute
|
||||
control: 'max-age=60' // revalidate browser
|
||||
},
|
||||
|
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
// Angular2 UI server settings.
|
||||
// Angular Universal server settings.
|
||||
ui: {
|
||||
ssl: false,
|
||||
host: 'localhost',
|
||||
@@ -16,7 +16,7 @@ module.exports = {
|
||||
nameSpace: '/dspace-spring-rest/api'
|
||||
},
|
||||
cache: {
|
||||
// how long should objects be cached for by default
|
||||
// NOTE: how long should objects be cached for by default
|
||||
msToLive: 15 * 60 * 1000, // 15 minute
|
||||
control: 'max-age=60' // revalidate browser
|
||||
},
|
||||
|
Reference in New Issue
Block a user