mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-12 11:12:10 +00:00
Update 04-configs.md
update doc
This commit is contained in:
parent
365e128bb6
commit
cb31aaf325
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Configs
|
# Configs
|
||||||
|
|
||||||
Configurations are managed in a single point:
|
Configurations are managed by a single point:
|
||||||
|
|
||||||
vi /opt/HyperProxmox/code/scripts/main/private/conf/config
|
vi /opt/HyperProxmox/code/scripts/main/private/conf/config
|
||||||
``` bash
|
``` bash
|
||||||
|
@ -39,7 +39,7 @@ redis_password:
|
||||||
redis_ip: 127.0.0.1
|
redis_ip: 127.0.0.1
|
||||||
redis_port: 6379
|
redis_port: 6379
|
||||||
```
|
```
|
||||||
Databases settings for backend.
|
Databases settings (backend).
|
||||||
User / Password are not currently supported.
|
User / Password are not currently supported.
|
||||||
Don't expose your database on 0.0.0.0 or without firewall.
|
Don't expose your database on 0.0.0.0 or without firewall.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue