add space assignment operator

This commit is contained in:
Jonathan Tsai 2020-12-29 02:08:27 +00:00
parent ee3fefae50
commit 28440fea78

View File

@ -47,7 +47,7 @@ if (!config.storage.type) {
var Store, preferredStore; var Store, preferredStore;
if (config.storage.password == '.env') { if (config.storage.password == '.env') {
config.storage.password=process.env.STORAGE_PASSWORD config.storage.password = process.env.STORAGE_PASSWORD
} }
if (process.env.REDISTOGO_URL && config.storage.type === 'redis') { if (process.env.REDISTOGO_URL && config.storage.type === 'redis') {