-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.dist
More file actions
42 lines (35 loc) · 1.31 KB
/
.env.dist
File metadata and controls
42 lines (35 loc) · 1.31 KB
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
# 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
# SYMFONY SETTINGS #
####################
APP_ENV=dev # show errors and allow only the administrators to log onto the application
APP_DEBUG=1
APP_SECRET=THIS_TOKEN_IS_NOT_SECRET_CHANGE_IT
# OPENLRW SETTINGS #
####################
API_URI='' # Must starts with 'http://' or 'https://' and ends with '/'
API_USERNAME=
API_PASSWORD=
# CAS SETTINGS #
####################
CAS_HOST=
CAS_PORT=
# LDAP SETTINGS #
####################
LDAP_HOST=
LDAP_PORT=
LDAP_BASE_DN=''
LDAP_USERNAME=''
LDAP_PASSWORD=
# ADMIN LIST #
####################
ADMIN_MODE="USERS" # Two options: "USERS" OR "GROUP"
ADMIN_USERS="" # Names given must belong to an LDAP uid ; must be separated by a comma - eg: "foo,bar,foobar"
ADMIN_GROUP="" # Name of the LDAP Filter group - eg: app:info:my-team:learning-analytics:web-application
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=35ff33568486e3febf3ca2018e4228ac
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'
###< symfony/framework-bundle ###