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-02-15 11:05:50 +00:00
|
|
|
; If not exist on start, 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
|
|
|
|
|
|
|
|
[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]
|
2017-10-21 20:04:42 +00:00
|
|
|
; Maximum deploy instance in same time
|
|
|
|
; A hight value my do overcharge on your physicals servers
|
|
|
|
concurrencydeploy: 2
|
|
|
|
|
|
|
|
; Delay between two deploy round
|
|
|
|
; If your infrastructure isn't very large, you should'nt reduce this delay.
|
|
|
|
; A low delay my do overcharge on your physicals servers
|
2018-02-08 16:23:12 +00:00
|
|
|
delayrounddeploy: 15
|
|
|
|
|
2018-02-08 19:40:36 +00:00
|
|
|
[walker]
|
2018-02-08 16:23:12 +00:00
|
|
|
; Delay in secondes between to data crawl
|
|
|
|
walker: 300
|
|
|
|
|
|
|
|
; walker lock file
|
2018-02-08 19:40:36 +00:00
|
|
|
walker_lock: /tmp/hyperproxmoxwalker.lock
|
|
|
|
|
|
|
|
[logger]
|
2018-02-15 11:05:50 +00:00
|
|
|
; Active or not(True/False - Case !)
|
2018-03-22 15:41:22 +00:00
|
|
|
debug = False
|
2018-02-08 19:40:36 +00:00
|
|
|
|
|
|
|
; debug level 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", 5: "DEBUG"
|
2018-03-22 15:41:22 +00:00
|
|
|
logs_level = 1
|
|
|
|
|
|
|
|
; Limit IO writte, if debug level is active, this value is overwrite to 0
|
|
|
|
bulk_write = 1
|
2018-02-08 19:40:36 +00:00
|
|
|
|
|
|
|
; log output
|
2018-02-09 12:18:41 +00:00
|
|
|
logs_dir = /var/log/hyperproxmox/
|