"port": 3030, // api port
"user": "", // db username
"password": "", // db password
"database": "" // name of the database
"sendgrid": "", // to send emails!
"allowed_origins": [], // an array of allowed origins like ["http://localhost:3000"]
"issuer": "noco", // anything will do here
"audience": "noco", // anything will do here for,
"expiresIn": 10000 // number of seconds the JWT is good for.
"s3ForcePathStyle": true,
"signatureVersion": "v4",