Default to store data within this repo

This commit is contained in:
cytopia 2016-12-02 21:09:58 +01:00
parent 575fa0bf9c
commit 2916e6620d
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@
.env
log/
run/
data/
# Ignore custom MySQL configs
cfg/mysql-5.5/*.cnf

View File

@ -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