forked from PrestaShop/PrestaShop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
12 lines (11 loc) · 796 Bytes
/
.env
File metadata and controls
12 lines (11 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# You can specify here some variables to use in PrestaShop application
# -> enable a feature flag: PS_FF_{FEATURE_FLAG_NAME}=true
# Enable new Symfony based front container
PS_FF_FRONT_CONTAINER_V2=false
# If your shop is behind a reverse proxy in HTTPs (ngrok or similar) the request may not be considered
# secure so you either need to configure the accepted and trusted proxies (see https://symfony.com/doc/current/deployment/proxies.html)
# For development purposes you can use the wildcard 127.0.0.1,REMOTE_ADDR
PS_TRUSTED_PROXIES=
# Default theme (used during installation, when selecting a default value for theme, for fallback, ...)
# If you change this value you should probably update PrestaShop\PrestaShop\Core\Addon\Theme\Theme::DEFAULT_THEME as well
PS_FF_DEFAULT_THEME=hummingbird