Email Verificata !

This commit is contained in:
paolo
2018-10-25 01:51:29 +02:00
parent 7d61b947ba
commit 3d2b951d93
15 changed files with 201 additions and 32 deletions

3
config/helpers/env.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function (key, fallback) {
return process.env[key] || fallback
}