mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
changes key
This commit is contained in:
parent
9503173b56
commit
4ce6fb0af4
1 changed files with 7 additions and 6 deletions
|
@ -17,12 +17,12 @@ user: hyperproxmox
|
||||||
; NOSQL databases, should use a password
|
; NOSQL databases, should use a password
|
||||||
mongodb_user:
|
mongodb_user:
|
||||||
mongodb_password:
|
mongodb_password:
|
||||||
mongodb_ip: 192.168.0.78
|
mongodb_ip: 127.0.0.1
|
||||||
mongodb_port: 27017
|
mongodb_port: 27017
|
||||||
|
|
||||||
redis_user:
|
redis_user:
|
||||||
redis_password:
|
redis_password:
|
||||||
redis_ip: 192.168.0.78
|
redis_ip: 127.0.0.1
|
||||||
redis_port: 6379
|
redis_port: 6379
|
||||||
|
|
||||||
[deploy]
|
[deploy]
|
||||||
|
@ -42,14 +42,15 @@ walker: 300
|
||||||
; walker lock file
|
; walker lock file
|
||||||
walker_lock: /tmp/hyperproxmoxwalker.lock
|
walker_lock: /tmp/hyperproxmoxwalker.lock
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[logger]
|
[logger]
|
||||||
; Active or not(True/False - Case !)
|
; Active or not(True/False - Case !)
|
||||||
debug = True
|
debug = False
|
||||||
|
|
||||||
; debug level 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", 5: "DEBUG"
|
; debug level 1: "INFO", 2: "WARNING", 3: "ERROR", 4: "CRITICAL", 5: "DEBUG"
|
||||||
debug_level = 2
|
logs_level = 1
|
||||||
|
|
||||||
|
; Limit IO writte, if debug level is active, this value is overwrite to 0
|
||||||
|
bulk_write = 1
|
||||||
|
|
||||||
; log output
|
; log output
|
||||||
logs_dir = /var/log/hyperproxmox/
|
logs_dir = /var/log/hyperproxmox/
|
Loading…
Add table
Add a link
Reference in a new issue