Files
harmony-back/config/plugins.ts
T
admin 574d81ac54
Build release Docker image / Build Docker Images (push) Failing after 8m10s
New upload way
2026-05-04 18:46:41 +02:00

50 lines
1.2 KiB
TypeScript

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 <noreply@choralsync.com>",
defaultReplyTo: "contact@choralsync.com",
},
},
},
upload: {
config: {
provider: "aws-s3",
providerOptions: {
baseUrl: "https://container.choralsync.com",
credentials: {
accessKeyId: "a6f474b04f010543022788efc626cbfe",
secretAccessKey:
"eeeb631194378edee5145b3ef6314630b152fa186b3dab2fefdf8b48952cde21",
},
endpoint:
"https://4c59d3c67191bdd08e311a5a49c3ac98.r2.cloudflarestorage.com",
forcePathStyle: true,
region: "weur",
params: {
Bucket: "choralsync",
},
},
},
},
"strapi-v5-plugin-populate-deep": {
config: {
defaultDepth: 3,
skipCreatorFields: false,
},
},
});