-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdefaultConfig.yaml
More file actions
79 lines (79 loc) · 1.4 KB
/
defaultConfig.yaml
File metadata and controls
79 lines (79 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Harper configuration file. Refer to https://docs.harperdb.io/docs/deployments/configuration
---
http:
compressionThreshold: 0
cors: false
corsAccessList:
- null
keepAliveTimeout: 30000
port: null
securePort: 9926
mtls: false
http2: false
timeout: 120000
threads:
count: null
debug: false
authentication:
authorizeLocal: false
cacheTTL: 30000
enableSessions: true
operationTokenTimeout: 1d
refreshTokenTimeout: 30d
analytics:
aggregatePeriod: 60
replicate: false
applications:
lockdown: freeze-after-load
moduleLoader: vm
dependencyLoader: auto
allowedSpawnCommands:
- npm
- node
allowedDirectory: app
componentsRoot: null
localStudio:
enabled: true
logging:
auditAuthEvents:
logFailed: false
logSuccessful: false
auditLog: true
auditRetention: 3d
file: true
level: warn
root: null
rotation:
enabled: true
compress: false
interval: null
maxSize: 64M
path: null
stdStreams: false
mqtt:
network:
port: 1883
securePort: 8883
mtls: false
webSocket: true
requireAuthentication: true
operationsApi:
network:
cors: true
corsAccessList:
- '*'
domainSocket: hdb/operations-server
port: null
securePort: 9925
rootPath: null
storage:
writeAsync: false
caching: true
compression: true
noReadAhead: false
path: null
prefetchWrites: true
tls:
privateKey: null
node:
hostname: null