File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # In all environments, the following files are loaded if they exist,
2
+ # the later taking precedence over the former:
3
+ #
4
+ # * .env contains default values for the environment variables needed by the app
5
+ # * .env.local uncommitted file with local overrides
6
+ # * .env.$APP_ENV committed environment-specific defaults
7
+ # * .env.$APP_ENV.local uncommitted environment-specific overrides
8
+ #
9
+ # Real environment variables win over .env files.
10
+ #
11
+ # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
12
+
13
+ ###> symfony/framework-bundle ###
14
+ #APP_ENV=dev
15
+ #APP_SECRET=s3cret
16
+ #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
17
+ #TRUSTED_HOSTS='^localhost|example\.com$'
18
+ ###< symfony/framework-bundle ###
19
+
20
+ ###> phpcq/repository-builder ###
21
+ #GITHUB_TOKEN=
22
+ ###< phpcq/repository-builder ###
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ nbproject/
13
13
14
14
# symfony related
15
15
var
16
- .env.local
16
+ .env * .local
17
17
# composer related
18
18
vendor /
You can’t perform that action at this time.
0 commit comments