1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Changes for redis

- Cache system
- Internal working
- Code clean
This commit is contained in:
Tlams 2018-02-08 14:30:00 +00:00
parent 78fca2bef4
commit a7d66036c0
5 changed files with 52 additions and 65 deletions

View file

@ -17,12 +17,12 @@ user: hosting_api
; NOSQL databases, should use a password
mongodb_user:
mongodb_password:
mongodb_ip: 192.168.66.1
mongodb_ip: 192.168.0.138
mongodb_port: 27017
redis_user:
redis_password:
redis_ip: 192.168.66.1
redis_ip: 192.168.0.138
redis_port: 6379
[options]