added colors

This commit is contained in:
Arian Acosta
2017-07-15 13:52:23 -04:00
parent 2acc9f5d6f
commit 3bf572b7a4
3 changed files with 44 additions and 17 deletions

View File

@ -255,6 +255,13 @@ CADDY_CUSTOM_CADDYFILE=./caddy/Caddyfile
LARAVEL_ECHO_SERVER_PORT=6001
### DOCKER-SYNC ################################################################################################
# osx: 'native_osx' (default)
# windows: 'unison'
# linux: docker-sync not required
DOCKER_SYNC_STRATEGY=native_osx
##### TO BE CONTINUE .................................
@ -262,8 +269,6 @@ LARAVEL_ECHO_SERVER_PORT=6001
# .........
# .........
############################
# Miscellaneous
############################
@ -281,3 +286,4 @@ PHP_IDE_CONFIG=serverName=laradock
# Fix for windows users to make sure the application path works.
COMPOSE_CONVERT_WINDOWS_PATHS=1