-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.env.dist
More file actions
44 lines (39 loc) · 1.71 KB
/
Copy path.env.dist
File metadata and controls
44 lines (39 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=
###< symfony/framework-bundle ###
###> thelia/thelia ###
DEBUG_TRUSTED_IP=::1,127.0.0.1
###< thelia/thelia ###
###> thelia/cache ###
# Where the application cache is stored. Empty keeps it on the local file
# system, which is what a single server needs. Point it at a shared cache
# server to serve one shop from several front ends, for example
# redis://localhost:6379 or memcached://localhost:11211.
THELIA_CACHE_DSN=
# Keys are namespaced with the install path and the environment. Set this only
# when the same shop is deployed under different paths on machines sharing one
# cache server. See the application cache page of the documentation.
#THELIA_CACHE_PREFIX_SEED=
###< thelia/cache ###
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=semaphore
###< symfony/lock ###
ACTIVE_FRONT_TEMPLATE=flexy
ACTIVE_ADMIN_TEMPLATE=default-twig