-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
26 lines (22 loc) · 1016 Bytes
/
.env
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
# * .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
###> symfony/framework-bundle ###
APP_ENV=prod
APP_DEBUG=0
APP_SECRET=T0p-S3cr3t-r4nd0m-S7r1ng
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
DATABASE_URL=mysql://root:[email protected]:3306/sammy?serverVersion=11.3.2-MariaDB
###< doctrine/doctrine-bundle ###
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
# PHPMAILER
# In order to add new users you will have to allow mailings from the platform
# The alternative is to look in the mailing table and filter out manually the SSO
PHPMAILER_SMTP_HOST=
PHPMAILER_SMTP_PORT=
PHPMAILER_SMTP_USERNAME=
PHPMAILER_SMTP_PASSWORD=