add space assignment operator
This commit is contained in:
parent
ee3fefae50
commit
28440fea78
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user