export default () => ({ email: { config: { provider: "nodemailer", providerOptions: { host: "smtp.zeptomail.eu", port: 587, auth: { user: "emailapikey", pass: "yA6KbHsJ4lrywWtTFUc+0pSC94lm/aE/2nzks3i2fpZ1LYXp3qE71RBvd4O4c2CLjdfT5a9UbIkVJoCwvIpbfpczPIBXJpTGTuv4P2uV48xh8ciEYNYjhJivALIWFqVOeBsnDyo4QfEjWA==", }, debug: true, logger: true, }, settings: { defaultFrom: "ChoralSync ", defaultReplyTo: "contact@choralsync.com", }, }, }, upload: { config: { provider: "aws-s3", providerOptions: { baseUrl: "https://container.harmonylab.ovh/harmony", credentials: { accessKeyId: "admin", secretAccessKey: "Apslxnap12bn23", }, endpoint: "https://container.harmonylab.ovh", forcePathStyle: true, region: "eu-west-3", params: { Bucket: "harmony", }, }, }, }, "strapi-v5-plugin-populate-deep": { config: { defaultDepth: 3, skipCreatorFields: false, }, }, });