REL-0.12 Remove quotes from variable values

This commit is contained in:
cytopia
2017-09-28 16:30:51 +02:00
parent 32add6d2a0
commit 0cb54d34ef

View File

@ -371,10 +371,25 @@ PHP_XDEBUG_REMOTE_HOST=192.168.0.215
### ###
HOST_PORT_HTTPD=80 HOST_PORT_HTTPD=80
###
### Document Root Subdirectory
###
### In your project directory, which subfolder should
### serve your files?
###
### When changing this value, restart the devilbox.
###
HTTPD_DOCROOT_DIR=htdocs
HTTPD_DOCROOT_DIR="htdocs" ###
### Per vHost Config Subdirectory
HTTPD_TEMPLATE_DIR=".devilbox" ###
### In your project directory, which subfolder should
### hold apache, nginx templates for a customized vhost?
###
### When changing this value, restart the devilbox.
###
HTTPD_TEMPLATE_DIR=.devilbox