UNPKG
muddy-water
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.2
Darkside of sails
github.com/42pub/dark-sails
42pub/dark-sails
muddy-water
/
test
/
fixture
/
config
/
env
/
production.js
17 lines
(16 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports
=
{
//
models:
{
//
connection:
'postgres'
,
//
migrate:
'safe'
//
},
adminpanel:
{
auth:
true
},
log:
{
level:
'info'
},
port:
process.env.PORT
===
undefined
?
42772 :
process.env.PORT
,
log:
{
level:
"verbose"
} }
;