Skip to content

Commit

Permalink
Update .silex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo authored Aug 24, 2024
1 parent 4cede1e commit a9f9a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .silex.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ module.exports = async function (config) {
}

const env = {
STORAGE_CONNECTORS: process.env.STORAGE_CONNECTORS || 'gitlab,gitlab2,ftp',
HOSTING_CONNECTORS: process.env.HOSTING_CONNECTORS || 'gitlab,gitlab2,ftp,download',
STORAGE_CONNECTORS: process.env.STORAGE_CONNECTORS || 'ftp',
HOSTING_CONNECTORS: process.env.HOSTING_CONNECTORS || 'ftp,download',
SILEX_FS_ROOT: process.env.SILEX_FS_ROOT || join(process.cwd(), '/silex/storage'),
SILEX_FS_HOSTING_ROOT: process.env.SILEX_FS_HOSTING_ROOT || join(process.cwd(), '/silex/hosting'),
GITLAB_DISPLAY_NAME: process.env.GITLAB_DISPLAY_NAME || 'Gitlab',
Expand Down Expand Up @@ -177,4 +177,4 @@ function initConnectors(config) {
}
})
}
}
}

0 comments on commit a9f9a26

Please sign in to comment.