adejs/settings/private.js

19 lines
513 B
JavaScript
Raw Normal View History

2017-09-23 11:02:29 +02:00
module.exports = {
2017-09-23 14:53:56 +02:00
'SECRET_KEY': 'gi+u6x&1%*wa8e$)ngeg4v3_h044owr%i8-pao+z(_4-_if%7b',
'DATABASE': {
'HOST': 'localhost',
'PORT': 5432,
'USERNAME': 'adejs',
'DBNAME': 'adejs',
'PASSWORD':'97Cnqw023V1G95fQUJR8H7gwvqUke4',
2017-09-23 18:20:56 +02:00
},
'MAIL': {
'USERNAME': 'adejs',
'PASSWORD': 'ILm0iSIgYI18w41dJU3ll9Pe5w9qjJ',
'HOSTNAME': 'smtp.tforgione.fr',
'PORT': '587',
'FROM': 'ADEjs <adejs@tforgione.fr>',
'TLS': true,
2017-09-23 14:53:56 +02:00
}
2017-09-23 11:02:29 +02:00
};