Skip to content
Snippets Groups Projects
Commit b3134c12 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci: move env var to default

parent 67a38708
No related branches found
No related tags found
2 merge requests!34Sprint 17 features,!33CI - switch env to kubernetes
...@@ -114,6 +114,11 @@ module.exports = { ...@@ -114,6 +114,11 @@ module.exports = {
path: `${__dirname}/mailer`, path: `${__dirname}/mailer`,
editorialAssistant: 'hindawi+editorial@thinslices.com', editorialAssistant: 'hindawi+editorial@thinslices.com',
}, },
SES: {
accessKey: process.env.AWS_SES_ACCESS_KEY,
secretKey: process.env.AWS_SES_SECRET_KEY,
region: process.env.AWS_SES_REGION,
},
publicKeys: ['pubsweet-client', 'authsome', 'validations'], publicKeys: ['pubsweet-client', 'authsome', 'validations'],
statuses: { statuses: {
draft: { draft: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment