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
2018-03-22 15:41:22 +00:00

56 lines
No EOL
1.2 KiB
Text

[system]
; System configurations
user: hyperproxmox
; If not exist on start, the key will be auto-generate.
key_pvt: private/keys/Ragnarok.pvt.key
key_pub: private/keys/Ragnarok.pub.key
[web]
user: www-data
[api]:
user: hyperproxmox
[databases]
; Databases configurations
; NOSQL databases, should use a password
mongodb_user:
mongodb_password:
mongodb_ip: 127.0.0.1
mongodb_port: 27017
redis_user:
redis_password:
redis_ip: 127.0.0.1
redis_port: 6379
[deploy]
; 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
delayrounddeploy: 15
[walker]
; Delay in secondes between to data crawl
walker: 300
; walker lock file
walker_lock: /tmp/hyperproxmoxwalker.lock
[logger]
; Active or not(True/False - Case !)
debug = False
; debug level 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", 5: "DEBUG"
logs_level = 1
; Limit IO writte, if debug level is active, this value is overwrite to 0
bulk_write = 1
; log output
logs_dir = /var/log/hyperproxmox/