Versie module 1 van 26-7
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
|
||||
appName: "PantryHub",
|
||||
|
||||
port: process.env.PORT || 3000,
|
||||
|
||||
env: process.env.NODE_ENV,
|
||||
|
||||
database: process.env.DATABASE,
|
||||
|
||||
sessionSecret: process.env.SESSION_SECRET
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user