0.12.8 : add activity and notification after user creation
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 6m47s
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 6m47s
This commit is contained in:
@@ -9,7 +9,6 @@ export default () => ({
|
||||
user: "admin@harmonychoral.com",
|
||||
pass: "Apslxnap12bn23",
|
||||
},
|
||||
// ... any custom nodemailer options
|
||||
},
|
||||
settings: {
|
||||
defaultFrom: "admin@harmonychoral.com",
|
||||
@@ -17,31 +16,29 @@ export default () => ({
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
upload: {
|
||||
config: {
|
||||
provider: "aws-s3",
|
||||
providerOptions: {
|
||||
//baseUrl: "http://192.168.0.211:9000/harmony",
|
||||
baseUrl: "https://container.harmonylab.ovh/harmony",
|
||||
s3Options: {
|
||||
credentials: {
|
||||
accessKeyId: "admin",
|
||||
secretAccessKey: "Apslxnap12bn23",
|
||||
},
|
||||
//endpoint: "http://192.168.0.211:9000",
|
||||
endpoint: "https://container.harmonylab.ovh",
|
||||
region: "eu-west-3",
|
||||
forcePathStyle: true,
|
||||
params: {
|
||||
Bucket: "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, // Default is 5
|
||||
defaultDepth: 3,
|
||||
skipCreatorFields: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user