mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-18 15:18:14 +00:00
REL-0.12 Remove quotes from variable values
This commit is contained in:
21
env-example
21
env-example
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user