-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
28 lines (25 loc) · 1.03 KB
/
.env
File metadata and controls
28 lines (25 loc) · 1.03 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
QPY_DEV_LOG_LEVEL=WARNING
# Repositories
REPO_QUESTIONPY_DOCS=git@github.com:questionpy-org/questionpy-docs.git
REPO_QUESTIONPY_SDK=git@github.com:questionpy-org/questionpy-sdk.git
REPO_QUESTIONPY_SERVER=git@github.com:questionpy-org/questionpy-server.git
REPO_QUESTIONPY_DOTGITHUB=git@github.com:questionpy-org/.github.git
REPO_QUESTIONPY_DOTGITHUB_TAG=main
REPO_MOODLE_QTYPE_QUESTIONPY=git@github.com:questionpy-org/moodle-qtype_questionpy.git
REPO_MOODLE_QBEHAVIOUR_QUESTIONPY=git@github.com:questionpy-org/moodle-qbehaviour_questionpy.git
REPO_MOODLE=git://git.moodle.org/moodle.git
REPO_MOODLE_BRANCH=MOODLE_405_STABLE
REPO_MOODLE_DOCKER=git@github.com:moodlehq/moodle-docker.git
# QuestionPy server
QPY_GENERAL__LOG_LEVEL=DEBUG
QPY_WEBSERVICE__LISTEN_ADDRESS=0.0.0.0
QPY_WEBSERVICE__PORT=9020
# Moodle
MOODLE_DOCKER_DB=pgsql
MOODLE_DOCKER_DB_PORT=5432
MOODLE_DOCKER_WEB_PORT=8000
MOODLE_DOCKER_PRE_START_HOOK=
MOODLE_DOCKER_POST_START_HOOK=
MOODLE_DOCKER_PRE_STOP_HOOK=
MOODLE_DOCKER_POST_STOP_HOOK=
MOODLE_DOCKER_COMPOSE_PROJECT_NAME=qpy-dev-moodle