-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
51 lines (44 loc) · 916 Bytes
/
config.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
48
49
50
51
logs:
level: 0
consoleLoggingEnabled: true
fileLoggingEnabled: true
directory: "/tmp/mock-server-logs"
filename: "log"
maxSize: 500
maxBackups: 5
maxAge: 30
use_components:
server: true
brokers: true
coderun: true
brokers:
scheduler:
r_workers: 50
w_workers: 50
read_timeout: 10s
write_timeout: 10s
rabbitmq:
host: "localhost"
port: 5672
username: "guest"
password: "guest"
kafka:
host: "localhost"
port: 9092
client_id: "client"
group_id: "group"
coderun:
worker_cnt: 1
worker:
handle_timeout: 10s
container:
cpu_limit: 0.5
memory_limit_mb: 200
server:
addr: "127.0.0.1:1337"
accept_timeout: 20s
response_timeout: 20s
deploy_production: false
database:
inmemory: true
cache_size: 100