Skip to content

Commit

Permalink
disable storagePath migrations (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidSethi authored Dec 20, 2022
1 parent 27c5235 commit 139fcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions creator-node/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ const config = convict({
doc: 'True to copy files with a legacy storage path to the new storage path specified by the "storagePath" config option',
format: Boolean,
env: 'migrateFilesWithLegacyStoragePath',
default: true
default: false
},
migrateFilesWithCustomStoragePath: {
doc: 'True to copy files with a non-standard storage path to the new storage path specified by the "storagePath" config option',
format: Boolean,
env: 'migrateFilesWithCustomStoragePath',
default: true
default: false
},
redisHost: {
doc: 'Redis host name',
Expand Down

0 comments on commit 139fcfc

Please sign in to comment.