mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
Default to store data within this repo
This commit is contained in:
parent
575fa0bf9c
commit
2916e6620d
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@
|
||||
.env
|
||||
log/
|
||||
run/
|
||||
data/
|
||||
|
||||
# Ignore custom MySQL configs
|
||||
cfg/mysql-5.5/*.cnf
|
||||
|
@ -104,7 +104,7 @@ TIMEZONE=Europe/Berlin
|
||||
## Local filesystem path to www projects.
|
||||
##
|
||||
##
|
||||
HOST_PATH_TO_WWW_DOCROOTS=~/Sites
|
||||
HOST_PATH_TO_WWW_DOCROOTS=./data/www
|
||||
|
||||
##
|
||||
## Local filesystem path to mysql/mariadb datadir.
|
||||
@ -116,7 +116,7 @@ HOST_PATH_TO_WWW_DOCROOTS=~/Sites
|
||||
## If this directory is empty, a new mysql database will be
|
||||
## created.
|
||||
##
|
||||
HOST_PATH_TO_MYSQL_DATADIR=~/data/mysql57
|
||||
HOST_PATH_TO_MYSQL_DATADIR=./data/mysql57
|
||||
|
||||
##
|
||||
## Local filesystem path to postgresql datadir.
|
||||
@ -128,7 +128,7 @@ HOST_PATH_TO_MYSQL_DATADIR=~/data/mysql57
|
||||
## If this directory is empty, a new postgresql database will be
|
||||
## created.
|
||||
##
|
||||
HOST_PATH_TO_POSTGRES_DATADIR=~/data/postgres96
|
||||
HOST_PATH_TO_POSTGRES_DATADIR=./data/postgres96
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user