-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env
More file actions
21 lines (18 loc) · 731 Bytes
/
.env
File metadata and controls
21 lines (18 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# this file is commited to the code base;
# define the variables used in the app here;
# to override values locally create a .env.local file and define the variables there;
# For more information on the topic look at the readme file in section "Environment Variables"
VITE_VERSION=$npm_package_version
VITE_NAME=$npm_package_name
VITE_BUILD_VERSION=dev
VITE_BUILD_DATE=dev
VITE_BUILD_REVISION=dev
BROWSER=google-chrome
BROWSER_ARGS=http://localhost:3000
VITE_APP_ALKEMIO_DOMAIN=http://localhost:3000
SENTRY_AUTH_TOKEN=
VITE_APP_LOG_ERRORS=true
VITE_APP_COLLAB_URL=http://localhost:3000
VITE_APP_COLLAB_PATH=/api/private/ws/socket.io
VITE_APP_COLLAB_DOC_URL=http://localhost:3000
VITE_APP_COLLAB_DOC_PATH=/api/private/hocuspocus