-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.yaml
47 lines (42 loc) · 944 Bytes
/
test.yaml
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
logger:
enabled: true
environment: development
level: debug
mdbx:
enabled: true
nodes:
- name: benchmark
path: /tmp/
maxReaders: 4096
maxSize: 1024 # Maximum database size (1 TB)
minSize: 1 # Minimum database size (1 MB)
growthStep: 4096 # Growth step size (4 KB)
filePermissions: 0600 # File permissions for the database
transports:
- type: dummy
enabled: true
config:
ipv4: 127.0.0.1
port: 4434
- type: quic
enabled: true
config:
ipv4: 127.0.0.1
port: 4433
tls:
insecure: true
key: ./data/certs/key.pem
cert: ./data/certs/cert.pem
- type: uds
enabled: true
config:
socket: "/tmp/fdb.sock"
- type: tcp
enabled: true
config:
ipv4: 127.0.0.1
port: 5011
tls:
insecure: true
key: ./data/certs/key.pem
cert: ./data/certs/cert.pem