wip(backend): Refactoring
This commit is contained in:
parent
18d8d5c590
commit
b45a1c61b4
27 changed files with 369 additions and 1654 deletions
|
@ -19,11 +19,11 @@ const config = {
|
|||
db: {
|
||||
url: process.env.API_DB_URL,
|
||||
},
|
||||
tests: {
|
||||
domain: process.env.TESTDOMAIN || 'mailtrap.freesewing.dev',
|
||||
},
|
||||
static: process.env.API_STATIC,
|
||||
storage: process.env.API_STORAGE,
|
||||
hashing: {
|
||||
saltRounds: 10,
|
||||
},
|
||||
encryption: {
|
||||
key: process.env.API_ENC_KEY,
|
||||
},
|
||||
|
@ -37,6 +37,11 @@ const config = {
|
|||
aws: {
|
||||
ses: {
|
||||
region: 'us-east-1',
|
||||
from: 'FreeSewing <info@freesewing.org>',
|
||||
replyTo: ['FreeSewing <info@freesewing.org>'],
|
||||
feedback: 'bounce@freesewing.org',
|
||||
cc: [],
|
||||
bcc: ['records@freesewing.org'],
|
||||
},
|
||||
},
|
||||
sanity: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue