inventaire: update naming
following https://codeberg.org/inventaire/inventaire/commit/91a4dfa7d
This commit is contained in:
@@ -21,10 +21,10 @@ module.exports = {
|
||||
username: '${COUCHDB_USER}',
|
||||
password: '${COUCHDB_PASSWORD}',
|
||||
hostname: 'couchdb',
|
||||
backupFolder: '/opt/inventaire_backups',
|
||||
backupDirectory: '/opt/inventaire_backups',
|
||||
},
|
||||
leveldb: {
|
||||
folder: '/opt/inventaire_leveldb'
|
||||
directory: '/opt/inventaire_leveldb'
|
||||
},
|
||||
elasticsearch: {
|
||||
origin: 'http://elasticsearch:9200',
|
||||
@@ -58,7 +58,7 @@ module.exports = {
|
||||
region: '${SWIFT_REGION}',
|
||||
},
|
||||
local: {
|
||||
folder: '/opt/inventaire_local_media_storage'
|
||||
directory: '/opt/inventaire_local_media_storage'
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user