Skip to content

Commit 2fc0f3c

Browse files
committed
improve readability of the .env file
1 parent 6c3b183 commit 2fc0f3c

1 file changed

Lines changed: 32 additions & 38 deletions

File tree

env-example

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,47 @@
1-
############################
1+
###########################################################
22
# General Setup
3-
############################
3+
###########################################################
44

5-
### Application Path
6-
# Point to your application code, will be available at `/var/www`.
5+
### Application Path ###################################################################################################
6+
# Point to your code, will be available at `/var/www`.
77

88
APPLICATION=../
99

10-
### Data Path:
11-
# For all storage systems.
10+
### PHP Version ########################################################################################################
11+
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 71 - 70 - 56
12+
13+
PHP_VERSION=71
14+
15+
### PHP Interpreter ####################################################################################################
16+
# Select the PHP Interpreter. Accepted values: hhvm - php-fpm
17+
18+
PHP_INTERPRETER=php-fpm
19+
20+
### Data Path ##########################################################################################################
21+
# Choose storage path on your machine. For all storage systems.
1222

1323
DATA_SAVE_PATH=~/.laradock/data
1424

15-
### PHP version
16-
# Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM)
17-
# Accepted values: 71 - 70 - 56
25+
### Docker Host IP #####################################################################################################
26+
# Enter your Docker Host IP (will be appended to /etc/hosts). Default is `10.0.75.1`
1827

19-
PHP_VERSION=71
28+
DOCKER_HOST_IP=10.0.75.1
2029

21-
### PHP interpreter
22-
# Accepted values: hhvm - php-fpm
30+
### Remote Interpreter #################################################################################################
31+
# Choose a Remote Interpreter entry matching name. Default is `laradock`
2332

24-
PHP_INTERPRETER=php-fpm
33+
PHP_IDE_CONFIG=serverName=laradock
34+
35+
### Windows Path #######################################################################################################
36+
# A fix for Windows users, to ensure the application path works.
37+
38+
COMPOSE_CONVERT_WINDOWS_PATHS=1
39+
40+
########################################################################################################################
2541

26-
############################
42+
###########################################################
2743
# Containers Customization
28-
############################
44+
###########################################################
2945

3046
### WORKSPACE ##########################################################################################################
3147

@@ -299,26 +315,4 @@ LARAVEL_ECHO_SERVER_PORT=6001
299315

300316
DOCKER_SYNC_STRATEGY=native_osx
301317

302-
##### TO BE CONTINUE .................................
303-
304-
# ......... Missing: neo4j mongo rethinkdb redis aerospike pgadmin...
305-
# .........
306-
# .........
307-
308-
############################
309-
# Miscellaneous
310-
############################
311-
312-
# Replace with your Docker Host IP (will be appended to /etc/hosts)
313-
314-
DOCKER_HOST_IP=10.0.75.1
315-
316-
317-
# The Remote Interpreter entry matching name `laradock`
318-
319-
PHP_IDE_CONFIG=serverName=laradock
320-
321-
322-
# Fix for windows users to make sure the application path works.
323-
324-
COMPOSE_CONVERT_WINDOWS_PATHS=1
318+
########################################################################################################################

0 commit comments

Comments
 (0)