updated environment config comments

This commit is contained in:
William Welling
2017-07-13 07:32:42 -05:00
parent d131e1cab5
commit 8ba69590c8
2 changed files with 4 additions and 4 deletions

View File

@@ -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
},

View File

@@ -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
},