-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.dist
45 lines (38 loc) · 1.5 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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
### uPont parameters
# PROXY_URL='http://etuproxy.enpc.fr:3128'
# PROXY_USER=
# FACEBOOK_TOKEN=
# FLEUR_TOKEN=WowSuchToken
###> doctrine/doctrine-bundle ###
# Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_HOST=127.0.0.1
DATABASE_PORT=3306
DATABASE_NAME=upont
DATABASE_USER=upont
DATABASE_PASSWORD=upont
###< doctrine/doctrine-bundle ###
###> lexik/jwt-authentication-bundle ###
JWT_PASSPHRASE=ololol
###< lexik/jwt-authentication-bundle ###
###> nelmio/cors-bundle ###
# CORS_ALLOW_ORIGIN=^https?://localhost:?[0-9]*$
###< nelmio/cors-bundle ###
###> sentry/sentry-symfony ###
SENTRY_DSN=
###< sentry/sentry-symfony ###
###> 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
# MAILER_URL=smtp://eleves.enpc.fr:587?encryption=tls&auth_mode=login
###< symfony/swiftmailer-bundle ###
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=c97499ba41de9fe24ad8d2ab083a7e66
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###