Copy-Paste fix, typos

This commit is contained in:
Armando Lüscher 2017-12-29 18:53:31 +00:00 committed by GitHub
parent 909d72dbbe
commit 2c4fd49478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,8 +146,8 @@ DEVILBOX_UI_PASSWORD=password
### Disable the Devilbox Intranet?
###
### Example:
### DEVILBOX_UI_PROTECT=1
### DEVILBOX_UI_PROTECT=0
### DEVILBOX_UI_DISABLE=1
### DEVILBOX_UI_DISABLE=0
###
DEVILBOX_UI_DISABLE=0
@ -521,12 +521,12 @@ BIND_DNS_RESOLVER=8.8.8.8,8.8.4.4
### Any variable defined in this file will be available
### as environment variables to your PHP/HHV Docker container.
###
### This might be useful to set application environment and retriev
### This might be useful to set application environment and retrieve
### them via: <?php getenv('MY_APPLICATION_ENV'); ?>
###
###
### Example:
### <?php echo getenv('Foo');?> would produce: 'some value'
### <?php echo getenv('Foo'); ?> would produce: 'some value'
###
#Foo=some value