-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (25 loc) · 966 Bytes
/
config.toml
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
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
# NOTE: Any path below can be absolute (e.g. "/var/myawesomeapp/data") or
# relative to the home directory (e.g. "data"). The home directory is
# "$HOME/.aiozworker" by default, but could be changed via $HOME env variable
# or --home cmd flag.
# Output level for logging, including package level options
log_level = "info"
# Output format: 'plain' (colored text) or 'json'
log_format = "plain"
##### additional base config options #####
# TCP or UNIX socket address for the profiling server to listen on
pprof_laddr = ""
##### advanced configuration options #####
##### hub configuration options #####
[hub]
address = "main-hub.aioz.network:443"
secure = true
##### storage configuration options #####
[storage]
storage_dir = "data"
size_limit = "5368709120" # 5 GB
##### Prometheus options #####
# do not start Prometheus if empty
prometheus_listen_addr = ""