forked from unite-cms/unite-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
23 lines (22 loc) · 929 Bytes
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
## unite cms routing approach
# organizations in unite cms can be mapped from the URL "subdomain" or the first "parameter", depending on the
# routing_approach setting. If set to "subdomain" you must also set the DEFAULT_HOSTNAME env parameter to your domain.
#
# +only-if(DEFAULT_HOSTNAME):(ROUTING_APPROACH=subdomain)
#
ROUTING_APPROACH=parameter
DEFAULT_HOSTNAME=
APP_ENV=dev
APP_SECRET=SECRET
DATABASE_HOST=127.0.0.1
DATABASE_PORT=
DATABASE_NAME=unite
DATABASE_USER=root
DATABASE_PASSWORD=
MAILER_URL=smtp://127.0.0.1:1025
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com