still broken
This commit is contained in:
parent
fca9803d0c
commit
de17482fdf
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ require('dotenv').config();
|
|||
const yesNo = require('yes-no');
|
||||
|
||||
module.exports = {
|
||||
dbPrefix: process.env.DB_URL || 'dbs/',
|
||||
dbPrefix: process.env.DB_PREFIX || 'dbs/',
|
||||
defaultFailureRedirect: process.env.DEFAULT_FAILURE_REDIRECT || '/login',
|
||||
port: Number(process.env.PORT) || 3000,
|
||||
dbExposePort: Number(process.env.DB_EXPOSE_PORT) || null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue