-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.test
More file actions
44 lines (35 loc) · 1018 Bytes
/
.env.test
File metadata and controls
44 lines (35 loc) · 1018 Bytes
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
ENV=test
PROJECT_NAME=care_test
CONTENT_SERVER_PORT=3003
PUBLISHED_PORT=8080
# postgres db
POSTGRES_HOST=docker
POSTGRES_PORT=5432
POSTGRES_CAREDB=care
POSTGRES_TESTDB=care_test
# basic user credentials
ADMIN_EMAIL=admin@admin.com
ADMIN_PWD=admincare
GUEST_EMAIL=guest@guest.com
GUEST_PWD=guestguest
# nlp server
SERVICE_NLP_ENABLED=false
SERVICE_NLP_URL=http://localhost:4852
# Logging
LOGGING_PATH=./logs
LOGGING_LEVEL=info
LOGGING_ALLOW_FRONTEND=true
VITE_APP_WEBSOCKET_URL=http://localhost:3001
VITE_APP_SERVER_URL=http://localhost:3001
VITE_APP_TITLE=CARE
APP_LINK_FEEDBACK=https://docs.google.com/forms/d/e/1FAIpQLSfS6Ju1FdvrErGvtqLXge5i6OYUHpbSXEFcXHKA0z_kTvMotg/viewform?usp=sf_link
APP_LINK_PROJECT=https://intertext.ukp-lab.de/
PUBLISH_DOC=0
PUBLISH_API=0
# CORS origins, separated by comma
ADDITIONAL_CORS_ORIGINS=https://peer.ukp.informatik.tu-darmstadt.de,https://care.ukp.informatik.tu-darmstadt.de
# RPCs
RPC_TEST_HOST=rpc_test
RPC_TEST_PORT=3010
RPC_MOODLE_HOST=moodle_rpc
RPC_MOODLE_PORT=3011