Skip to content

Commit e779bf9

Browse files
committed
reorder some keys in the .env for easier modification
1 parent 06ce5ca commit e779bf9

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

env-example

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
# General Setup
33
###########################################################
44

5-
### Environment ########################################################################################################
6-
# If you're in China, or you need to change sources, will be set CHANGE_SOURCE to true in .env.
7-
8-
CHANGE_SOURCE=false
9-
10-
### Docker compose files ###############################################################################################
11-
# Select which docker-compose files to include.
12-
13-
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
14-
15-
# Replace the above with the following line if you wish to use docker-sync.
16-
# COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml:docker-compose.sync.yml
17-
185
### Application Path ###################################################################################################
196
# Point to your code, will be available at `/var/www`.
207

@@ -35,6 +22,12 @@ PHP_INTERPRETER=php-fpm
3522

3623
DATA_SAVE_PATH=~/.laradock/data
3724

25+
### Docker compose files ###############################################################################################
26+
# Select which docker-compose files to include.
27+
# If using docker-sync. Set the value to: docker-compose.yml:docker-compose.dev.yml:docker-compose.sync.yml
28+
29+
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
30+
3831
### Docker Host IP #####################################################################################################
3932
# Enter your Docker Host IP (will be appended to /etc/hosts). Default is `10.0.75.1`
4033

@@ -50,6 +43,11 @@ PHP_IDE_CONFIG=serverName=laradock
5043

5144
COMPOSE_CONVERT_WINDOWS_PATHS=1
5245

46+
### Environment ########################################################################################################
47+
# If you're in China, or you need to change sources, will be set CHANGE_SOURCE to true in .env.
48+
49+
CHANGE_SOURCE=false
50+
5351
########################################################################################################################
5452

5553
###########################################################

0 commit comments

Comments
 (0)