Skip to content

Commit 67af1ad

Browse files
committed
Add .env.dist (fixes #2)
1 parent 1d29eb8 commit 67af1ad

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.env.dist

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 ###

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ nbproject/
1313

1414
# symfony related
1515
var
16-
.env.local
16+
.env*.local
1717
# composer related
1818
vendor/

0 commit comments

Comments
 (0)