-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env.dist
44 lines (37 loc) · 1.21 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
###> librinfo CI ###
#DBVERSION=9.6
# https://github.com/doctrine/dbal/issues/3129
DBDRIVER=pgsql
DBHOST=localhost
DBPORT=5432
DBROOTUSER=postgres
DBROOTPASSWORD=postgres24
DBNAME=db_pialab
DBUSER=user_pialab
DBPASSWORD=pass_pialab
CLIENTURL=http://localhost:4200
CLIENT_ID=1234
CLIENT_SECRET=987654321
###< librinfo CI ###
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=73a6b907a6b5d96e6bbe3804e186708f
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=${DBDRIVER}://${DBUSER}:${DBPASSWORD}@${DBHOST}:${DBPORT}/${DBNAME}
DATABASE_VERSION=5.7
###< doctrine/doctrine-bundle ###
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN=^https?://localhost:?[0-9]*$
CORS_ALLOW_ORIGIN_DEV=^https?://localhost:?[0-9]*$
###< nelmio/cors-bundle ###
###> 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=smtp://127.0.0.1:1025
MAILER_SENDER=no-reply@pialab.io
MAILER_SENDER_NAME='PiaLab Account Manager'
###< symfony/swiftmailer-bundle ###