First Committ
This commit is contained in:
3
config/helpers/env.js
Executable file
3
config/helpers/env.js
Executable file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (key, fallback) {
|
||||
return process.env[key] || fallback
|
||||
}
|
||||
Reference in New Issue
Block a user