UNPKG
@nearform/trail-hapi-plugin
Version:
latest (6.0.0)
6.0.0
5.1.0
5.0.0
4.0.1
4.0.0
2.0.0
1.0.1
1.0.0
Hapi plugin for the audit trail logging service
github.com/nearform/trail
nearform/trail
@nearform/trail-hapi-plugin
/
config
/
default.js
10 lines
(8 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
module
.
exports
= { ...
require
(
'@nearform/trail-core/config/default'
),
hapi
: {
host
:
'localhost'
,
port
:
8080
} }