Initial commit
This commit is contained in:
parent
a13ceef804
commit
8641fc9723
19 changed files with 303532 additions and 0 deletions
11
config/index.js
Normal file
11
config/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
port: process.env.PORT || 3000,
|
||||
trustProxy: process.env.TRUST_PROXY || "loopback",
|
||||
mongodbUrl:
|
||||
process.env.DATABASE_URL || "mongodb://localhost:27017/prix-carburants",
|
||||
mongodbDebug: process.env.DEBUG || true,
|
||||
mondeDbOptions: {
|
||||
useUnifiedTopology: true,
|
||||
useNewUrlParser: true
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue