-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
57 lines (47 loc) · 2.68 KB
/
.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .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
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=4a1d599745cca71d18434c00f26da768
###< 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
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="postgresql://symfony:[email protected]:5432/app?serverVersion=13&charset=utf8"
DATABASE_URL="postgresql://postgres:[email protected]:5432/authcas?serverVersion=13&charset=utf8"
MAILER_DSN=smtp://[email protected]:Test@@smtp.test.fr:25
###> l3/cas-bundle ###
CAS_HOST=yourserver.fr # Cas Server
CAS_PATH=/cas # App path if not in root (eg. cas.test.com/cas)
CAS_PORT=443 # Server port
CAS_CA=false # SSL Certificate
CAS_HANDLE_LOGOUT_REQUEST=true # Single sign out activation (default: false)
CAS_LOGIN_TARGET=https://localhost:8000 # Redirect path after login (when use anonymous mode)
CAS_LOGOUT_TARGET=https://yourlogoutpath.fr/casv3/logout # Redirect path after logout
CAS_FORCE=false # Allows cas check mode and not force, user : __NO_USER__ if not connected (If force false, Single sign out cant work).
CAS_GATEWAY=false # Gateway mode (for use the mode gateway of the Cas Server) set to false if you use micro-services or apis rest.
###< l3/cas-bundle ###
###> l3/ldap-user-bundle ###
LDAP_BASE_DN=dc=etu.univ-montp3,dc=fr
LDAP_DN=cn=manager,dc=etu.univ-montp3,dc=fr
LDAP_PASSWORD=ldap-password
LDAP_HOSTNAME=yourldaphost.fr
###< l3/ldap-user-bundle ###
# WS_APOGEE_URL="https://app8-test.univ-montp3.fr/apo-webservices63000/services/"
# WS_APOGEE_ADMINISTRATIF="InfosEtuMetier?wsdl"
WS_APOGEE_URL="https://test.fr/apo-webservices63000/services/"
WS_APOGEE_ADMINISTRATIF="yourpassword"