-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path,
More file actions
21 lines (17 loc) · 745 Bytes
/
,
File metadata and controls
21 lines (17 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file (.env.dist) is an example template for the environment variables required by the application.
# The .env file is not versioned in the repository and should be created by duplicating this file.
# To use it, copy this file as .env and define the appropriate values.
# The environment variables defined in .env will be automatically loaded by Docker Compose.
APP_ENV=prod
APP_DEBUG=0
APP_SECRET=CHANGE_THIS_TO_A_SECRET
APP_PORT=8080
APP_ONLINE_MODE=1
XDEBUG_MODE=off # You can enable it by changing to "debug"
XDEBUG_CONFIG="client_host=host.docker.internal"
EXELEARNING_WEB_SOURCECODE_PATH=
EXELEARNING_WEB_CONTAINER_TAG=latest
# Test user data
TEST_USER_USERNAME=user
TEST_USER_PASSWORD=1234