mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
changed db config directory
This commit is contained in:
parent
e4ae83f44e
commit
7406730dbc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ V_LOG="$VESTA/log"
|
|||
V_SRC="$VESTA/src"
|
||||
V_PKG="$V_DATA/packages"
|
||||
V_USERS="$V_DATA/users"
|
||||
V_DB="$V_DATA/dbservers"
|
||||
V_DB="$VESTA/conf"
|
||||
V_QUEUE="$V_DATA/queue"
|
||||
V_IPS="$V_DATA/ips"
|
||||
V_WEBTPL="$V_DATA/templates"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue