mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Insert walker value in generalconf
This commit is contained in:
parent
15edc41380
commit
4075c24e58
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ if __name__ == "__main__":
|
|||
)
|
||||
|
||||
generalconf = {
|
||||
"hyperproxmox": {"walker": localconf['options']['walker'], "walker_lock": localconf['options']['walker_lock']},
|
||||
"keys": {"key_pvt": key_pvt["data"], "key_pub": key_pub["data"]},
|
||||
"mongodb": {"ip": localconf['databases']['mongodb_ip'], 'port': localconf['databases']['mongodb_port']},
|
||||
"redis": {"ip": localconf['databases']['redis_ip'], 'port': localconf['databases']['redis_port']},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue