-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
64 lines (52 loc) · 2.13 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
58
59
60
61
62
63
64
# In all environments, the following files are loaded if they exist,
# the later 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/configuration.html#infrastructure-related-configuration
APP_ENV=dev
APP_SECRET=super_scure_csrf_token
# VC4EDU
#ARIES_AGENT_UNIVERSITY=https://agent.university-agent.demo:8082
#ARIES_AGENT_UNIVERSITY2=http://localhost:9082
# LDAP
LDAP_HOST=directory.tugraz.at
LDAP_USER=cn=ldap_middleware,o=tug
LDAP_BASE_DN=o=tug
LDAP_PASS=
# KEYCLOAK
KEYCLOAK_SERVER_URL=https://auth-demo.tugraz.at/auth
KEYCLOAK_REALM=tugraz
KEYCLOAK_CLIENT_ID=kraken_edu_iaik_tugraz_at
KEYCLOAK_FRONTEND_CLIENT_ID=kraken_edu_iaik_tugraz_at
KEYCLOAK_CLIENT_SECRET=
# If not empty gets used to check if the access token got issued
# for this audience ('api-gw' for example)
KEYCLOAK_AUDIENCE=
# Set to true to enable local access token validation
KEYCLOAK_LOCAL_VALIDATION=true
# Deployment related
APP_BUILDINFO=master # a git hash or something identifying the build
APP_BUILDINFO_URL='https://github.com/krakenh2020/EduPilotBackend'
# Disable the webserver bundle (avoids deprecation warnings). Use docker instead.
DISABLE_DEV_SERVER=true
# XXX: Remove
TU_ONLINE_ORGANIZATION_API_URL=https://online.tugraz.at/tug_onlinej/ws/webservice_v1.0/cdm/organization/xml
KNOWLEDGE_BASE_API_TOKEN=
# https://symfony.com/doc/current/logging.html
SHELL_VERBOSITY=2
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=69d73ab4929334e855584ca4a271012c
###< symfony/framework-bundle ###