- Mailer setup
This commit is contained in:
35
config.js
35
config.js
@@ -11,15 +11,19 @@ module.exports = {
|
||||
},
|
||||
version: '0.1.0',
|
||||
assetStoreUrl: 'https://www.google.com/',
|
||||
services: {
|
||||
apple: {},
|
||||
facebook: {
|
||||
appId: '2359355590971136',
|
||||
appSecret: 'a5703f7d0af8e694aec5bd4175a85d6b',
|
||||
mail: {
|
||||
smtp: {
|
||||
host: 'mail.fitz.guru',
|
||||
port: 587,
|
||||
secure: false,
|
||||
auth: {
|
||||
user: 'noreply@eventment.io',
|
||||
pass: '3ventment.eieio',
|
||||
},
|
||||
},
|
||||
google: {
|
||||
appId: '442412638360-p0idffou0qlpgor7agideudb1dh10mpf.apps.googleusercontent.com',
|
||||
appSecret: 'a7fmS7Wc9Ssycr21WXdQ4TYl',
|
||||
from: {
|
||||
address: 'donotreply@eventment.io',
|
||||
name: 'Eventment.io Support',
|
||||
},
|
||||
},
|
||||
security: {
|
||||
@@ -33,5 +37,20 @@ module.exports = {
|
||||
route: '/reset',
|
||||
tokenPlaceholder: ':reset_token',
|
||||
},
|
||||
confirm: {
|
||||
route: '/confirm',
|
||||
tokenPlaceholder: ':confirm_token',
|
||||
},
|
||||
},
|
||||
services: {
|
||||
apple: {},
|
||||
facebook: {
|
||||
appId: '2359355590971136',
|
||||
appSecret: 'a5703f7d0af8e694aec5bd4175a85d6b',
|
||||
},
|
||||
google: {
|
||||
appId: '442412638360-p0idffou0qlpgor7agideudb1dh10mpf.apps.googleusercontent.com',
|
||||
appSecret: 'a7fmS7Wc9Ssycr21WXdQ4TYl',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user