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