-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dist
31 lines (26 loc) · 1.09 KB
/
.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
24
25
26
27
28
29
30
31
COMPOSE_PROJECT_NAME=league-pro
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=6e7cb1119d42e83543887cbbee782fe73
###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Configure your db driver and server_version in config/packages/doctrine.yaml
#DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
#TEST_DATABASE_URL=mysql://root:[email protected]:3306/test_db_name
###< doctrine/doctrine-bundle ###
# MySQL
MYSQL_ROOT_PASSWORD=
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_PASSWORD=
NGINX_EXTERNAL_HTTP_PORT=8488
MAILHOG_EXTERNAL_PORT=8489
MYSQL_EXTERNAL_PORT=8490
NGINX_EXTERNAL_HTTPS_PORT=8491
###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ###