· 7 years ago · Jun 26, 2018, 11:46 AM
1Configurations:
2
3configfile: /etc/mottainai/mottainai-agent.yaml
4
5webui_protocol: http
6webui_url: http://127.0.0.1:9090/
7webui_listenaddress: 127.0.0.1
8webui_port: 9090
9application_name: Mottainai
10application_url: http://10.16.0.200:9090
11secret_key: **************
12
13root_path: ./
14custom_path: ./
15db_engine: tiedot
16db_path: ./.DB
17artefact_path: ./artefact
18namespace_path: ./namespace
19storage_path: ./storage
20build_path: /var/lib/docker/build
21lock_path: /var/lock/mottainai/
22
23results_expire_in: 3600
24
25broker: amqp://cedb9e1dBd:ABPIInkfxQ@10.16.0.200:5672/
26broker_type: amqp
27broker_default_queue: standard
28broker_result_backend: amqp://cedb9e1dBd:ABPIInkfxQ@10.16.0.200:5672/
29broker_uri: http://127.0.0.1:15672
30broker_pass: ABPIInkfxQ
31broker_user: cedb9e1dBd
32broker_exchange: jobs
33broker_exchange_type: direct
34broker_binding_key: machinery_task
35agent_concurrency: 3
36queues: map[]
37agent_key: ***************
38
39work_dir: /var/tmp/mottainai
40
41docker_endpoint: unix:///var/run/docker.sock
42docker_keepimg: true
43docker_privileged: true
44docker_in_docker: true
45docker_in_docker_endpoint: /var/run/docker.sock
46docker_caps: [SYS_PTRACE SYS_ADMIN NET_ADMIN MKNOD]
47docker_caps_drop: []
48private_queue: 1
49standalone: false
50github_token:
51github_secret: *****************
52
53tls_cert:
54tls_key: ***********************
55
56access_control_allow_origin: *