projects
/
websub-hub
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix minor log entry issue
[websub-hub]
/
config
/
test.js
1
'use strict'
;
2
module
.
exports
= {
3
dingus
: {
4
selfBaseUrl
:
'https://example.com/hub/'
,
5
},
6
worker
: {
7
pollingEnabled
:
false
,
8
},
9
db
: {
10
queryLogLevel
:
'debug'
,
11
cacheEnabled
:
false
,
12
},
13
};