Skip to content
Snippets Groups Projects

Keep main source updated

Merged Tuan Hoang Dinh Anh requested to merge tuanh/backend-core:main into main
22 files
+ 430
13
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 6
1
@@ -58,7 +58,7 @@ module.exports = {
@@ -58,7 +58,7 @@ module.exports = {
// TODO: change this to true when deploy
// TODO: change this to true when deploy
secure: true,
secure: true,
httpOnly: true,
httpOnly: true,
sameSite: 'None'
sameSite: 'None',
},
},
},
},
email: {
email: {
@@ -81,4 +81,9 @@ module.exports = {
@@ -81,4 +81,9 @@ module.exports = {
apiKey: envVars.BREVO_API_KEY,
apiKey: envVars.BREVO_API_KEY,
baseUrl: envVars.BREVO_BASE_URL,
baseUrl: envVars.BREVO_BASE_URL,
},
},
 
constraints: {
 
model: {
 
maximumAuthorizedUsers: 1000,
 
},
 
},
};
};
Loading