Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ exports.configure = function (env) {
// Normalize storage as a lower-case string
configuration.storage.value = configuration.storage.value.toLowerCase();

// If storage is remote, remove remote-only-mandatory settings from the missing list.
// If storage is either memory or hybrid, remove the non-mandatory settings from the missing list.
if (configuration.storage.value === 'memory') {
missing = _.without(missing,
'RACKSPACE_USERNAME', 'RACKSPACE_APIKEY', 'RACKSPACE_REGION',
Expand Down