export default () => ({ email: { config: { provider: "nodemailer", providerOptions: { host: "mail.harmonychoral.com", port: 465, auth: { user: "admin@harmonychoral.com", pass: "Apslxnap12bn23", }, }, settings: { defaultFrom: "admin@harmonychoral.com", defaultReplyTo: "admin@harmonychoral.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, }, }, });