This repository was archived by the owner on Jun 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml.example
More file actions
78 lines (68 loc) · 1.68 KB
/
Copy pathconfig.yml.example
File metadata and controls
78 lines (68 loc) · 1.68 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Shared options
id: 12345123-3456-012f-7654-1027e1212121
key: secret_key
server_url: http://localhost:3000
enable_poller: false
enable_proxy: false
proxy_url:
realm: Node Alchemy
domain: example.com
encryption_cipher: aes-256-cbc
module_compression: xz
checksum_bitlength: 256
instance_key_length: 32
data_expiration: 0:30:00
image_blocksize: 1024
init_dir: /opt/powernode/init
module_dir: /opt/powernode/store_modules
tmp_dir: /opt/powernode/agent/tmp
# Logging options (file)
log_facility: file
log_file: /var/log/powernode/agent.log
log_level: debug
log_trunc: false
# Logging options (rollingfile)
#log_facility: rollingfile
#log_file: /var/log/powernode/agent.log
#log_level: debug
#log_max_backups: 5
#log_maxtime: <%= 1.day %>
#log_maxsize: <%= 100.megabytes %>
#log_trunc: false
# Logging options (syslog)
#log_facility: syslog
#log_level: debug
# SMTP options
smtp_admin_email: admin@nodealchemy.com
smtp_from_email: support@nodealchemy.com
smtp_method: smtp
smtp_server: mail.powernode.net
smtp_port: 25
smtp_domain: nodealchemy.com
smtp_user_name:
smtp_password:
smtp_authentication:
smtp_enable_starttls_auto: true
# SSL options
ssl_enabled: true
ssl_chain_file: /opt/powernode/agent/dev.ipnode.net.pem
ssl_key_file: /opt/powernode/agent/dev.ipnode.net.key
ssh_key_dir: /opt/powernode/keys
ssh_port: 22
# Redis options
redis_server: redis://localhost:6379/0
# Node Poller options
job_interval: <%= 5.seconds %>
poller_interval: <%= 10.seconds %>
# Node Proxy options
proxy_ip: 0.0.0.0
proxy_port: 4567
# Agent options
agent_cloud_error_limit: 3
agent_job_expiration: 3600
agent_job_retries: 0
agent_queue: agent
# Node Store options
store_job_expiration: 3600
store_job_retries: 1
store_queue: store