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
# The default configurations for the mitosis coordinator
[]
= "127.0.0.1:5000"
= "postgres://mitosis:mitosis@localhost/mitosis"
= "http://127.0.0.1:9000"
= "mitosis_access"
= "mitosis_secret"
# s3_region is not set. Defeault to "mitosis"
# s3_force_path_style is not set. Default to false
# Bucket names for storing artifacts and attachments
# artifacts_bucket is not set by default. Default to "mitosis-artifacts"
# attachments_bucket is not set by default. Default to "mitosis-attachments"
# redis_url is not set. It should be in format like "redis://:mitosis@localhost"
# redis_worker_password is not set by default and will be generated randomly
# redis_client_password is not set by default and will be generated randomly
# redis_skip_acl_rules is not set. Default to false, meaning ACL rules will be applied if redis_version >= 6.0
# admin_user specifies the username of the admin user created on startup
= "mitosis_admin"
# admin_password specifies the password of the admin user created on startup
= "mitosis_admin"
= "private.pem"
= "public.pem"
= "7d"
= "600s"
= false
# log_path is not set. It will use the default rolling log file path if file_log is set to true
[]
= "http://127.0.0.1:5000"
= "3m"
= "5m"
= "7d"
# credential_path is not set
# user is not set
# password is not set
# groups are not set, default to the user's group
# tags are not set
= false
# shared_log is not set, default to false. When enabled, all workers share a centralized log file with daily rotation (max 3 files)
# log_path is not set. It will use the default rolling log file path if file_log is set to true
# - If shared_log is enabled and log_path is not set, it will use workers.log in cache directory
# - If shared_log is disabled and log_path is not set, it will use {worker_uuid}.log in cache directory
# retain is not set, default to false
[]
# user = "mitosis_admin"
# password = "mitosis_admin"