-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.env
38 lines (30 loc) · 1.14 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
#####
# APP CONFIGURATION
# Copy and configure the variables below in your own `.env.local` file
#####
# Path to entity to select on first mount in Explorer
# Provide an absolute path (e.g. `/entry_0000`) or leave blank to select root entity
REACT_APP_DEFAULT_PATH=
# HSDS parameters
# URL, username, password and filepath as strings
REACT_APP_HSDS_URL=
REACT_APP_HSDS_USERNAME=
REACT_APP_HSDS_PASSWORD=
REACT_APP_HSDS_FALLBACK_FILEPATH="/home/reader/water"
# JupyterLab backend parameters
REACT_APP_JLAB_URL=
REACT_APP_JLAB_FALLBACK_FILEPATH="water_224.h5"
# Use dev version of the API
REACT_APP_JLAB_DEV_ENABLED=
# h5core backend parameters
REACT_APP_H5CORE_URL=
REACT_APP_H5CORE_FALLBACK_FILEPATH="water_224.h5"
# Rendering performance profiling (local development only)
REACT_APP_PROFILING_ENABLED=false
# Disable ESLint error modal in development (log warnings instead)
ESLINT_NO_DEV_ERRORS=true
# Logging limit of React Testing Library
# Don't override this variable in `.env.local`, as this file is not used during tests
# https://testing-library.com/docs/dom-testing-library/api-debugging#automatic-logging
DEBUG_PRINT_LIMIT=
REACT_APP_DEV_SLIDER=