fixed merge conflicts
parent
e687d46de5
commit
ca9558f401
|
@ -13,14 +13,14 @@ module.exports = new Confidence.Store({
|
|||
server: {
|
||||
host: 'localhost',
|
||||
port: {
|
||||
$param: 'PORT',
|
||||
$env: 'PORT',
|
||||
$coerce: 'number',
|
||||
$default: 3000
|
||||
},
|
||||
debug: {
|
||||
$filter: 'NODE_ENV',
|
||||
$filter: { $env: 'NODE_ENV' },
|
||||
$default: {
|
||||
log: ['error', 'start'],
|
||||
log: ['error'],
|
||||
request: ['error']
|
||||
},
|
||||
production: {
|
||||
|
@ -35,15 +35,9 @@ module.exports = new Confidence.Store({
|
|||
options: {}
|
||||
},
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
plugin: './plugins/swagger'
|
||||
=======
|
||||
=======
|
||||
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
||||
=======
|
||||
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
||||
},
|
||||
{
|
||||
plugin: '@hapipal/schwifty',
|
||||
options: {
|
||||
$filter: 'NODE_ENV',
|
||||
|
@ -65,17 +59,10 @@ module.exports = new Confidence.Store({
|
|||
migrateOnStart: false
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
||||
=======
|
||||
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
||||
=======
|
||||
>>>>>>> 66973ef ((flavor) objection v3.0.0)
|
||||
},
|
||||
{
|
||||
plugin: {
|
||||
$filter: 'NODE_ENV',
|
||||
$filter: { $env: 'NODE_ENV' },
|
||||
$default: '@hapipal/hpal-debug',
|
||||
production: Toys.noop
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue