1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-15 04:32:15 +00:00
HyperProxmox/code/scripts/main/private/conf/config

59 lines
1.2 KiB
Text
Raw Normal View History

2017-10-21 20:04:42 +00:00
[system]
; System configurations
2018-02-15 11:05:50 +00:00
user: hyperproxmox
2017-10-21 20:04:42 +00:00
2018-04-26 20:17:37 +00:00
; If not exist at startup, the key will be auto-generate.
2017-10-21 20:04:42 +00:00
key_pvt: private/keys/Ragnarok.pvt.key
key_pub: private/keys/Ragnarok.pub.key
2018-04-12 16:29:34 +00:00
admin_mail: tlams@localhost
2017-10-21 20:04:42 +00:00
[web]
user: www-data
[api]:
2018-02-15 11:05:50 +00:00
user: hyperproxmox
2017-10-21 20:04:42 +00:00
[databases]
; Databases configurations
; NOSQL databases, should use a password
mongodb_user:
mongodb_password:
2018-03-22 15:41:22 +00:00
mongodb_ip: 127.0.0.1
2017-10-21 20:04:42 +00:00
mongodb_port: 27017
redis_user:
redis_password:
2018-03-22 15:41:22 +00:00
redis_ip: 127.0.0.1
2017-10-21 20:04:42 +00:00
redis_port: 6379
2018-02-08 19:40:36 +00:00
[deploy]
2018-04-26 20:17:37 +00:00
; Maximum concurrent deployment
; A high value can overcharge your physicals servers
2017-10-21 20:04:42 +00:00
concurrencydeploy: 2
2018-04-26 20:17:37 +00:00
; Delay between two deployment round
2017-10-21 20:04:42 +00:00
; If your infrastructure isn't very large, you should'nt reduce this delay.
2018-04-26 20:17:37 +00:00
; A low delay can overcharge your physicals servers
2018-02-08 16:23:12 +00:00
delayrounddeploy: 15
2018-02-08 19:40:36 +00:00
[walker]
2018-04-26 20:17:37 +00:00
; Delay in seconds between to crawl (update)
2018-02-08 16:23:12 +00:00
walker: 300
2018-04-26 20:17:37 +00:00
; Lock file -- prevent concurrent crawling
2018-02-08 19:40:36 +00:00
walker_lock: /tmp/hyperproxmoxwalker.lock
[logger]
2018-04-27 15:24:31 +00:00
; logs level 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", 5: "DEBUG"
logs_level = 5
2018-03-22 15:41:22 +00:00
2018-04-12 16:29:34 +00:00
; Limit IO write, if debug level is active, this value is overwrite to 0
2018-03-22 15:41:22 +00:00
bulk_write = 1
2018-04-26 20:17:37 +00:00
2018-04-12 16:29:34 +00:00
; Buffer size
bulk_size = 1000
2018-02-08 19:40:36 +00:00
; log output
2018-02-09 12:18:41 +00:00
logs_dir = /var/log/hyperproxmox/