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
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -371,10 +371,25 @@ PHP_XDEBUG_REMOTE_HOST=192.168.0.215
###
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"
HTTPD_TEMPLATE_DIR=".devilbox"
###
### Per vHost Config Subdirectory
###
### 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