You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: once file module is set up, add options here
import{mergeConfigurations}from'../../core/flox-helpers';import{floxModuleOptions}from'../../core/flox-helpers';import{MODULES}from'../../MODULES';/** * The file module handles file up/download using a database table each for private and public files, as well as storing * the files in S3 and requesting corresponding URLs. */typeFileModuleConfig={// TODO: once file module is set up, add options here};// Default configuration set; will get merged with custom config from flox.config.jsconstdefaultConfig: FileModuleConfig={// TODO: once file module is set up, add options here};/** * Gets the module's actual configuration * @returns {FileModuleConfig} - configuration */exportfunctionmoduleConfig(){returnmergeConfigurations(defaultConfig,floxModuleOptions(MODULES.FILE),)asFileModuleConfig;}
ba633754aba41a2f352ac8009307683c763daebe
The text was updated successfully, but these errors were encountered:
once file module is set up, add options here
flox/backend/src/flox/modules/file/config.ts
Line 11 in ded0256
ba633754aba41a2f352ac8009307683c763daebe
The text was updated successfully, but these errors were encountered: