forked from powerhouse-inc/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
61 lines (40 loc) · 1.84 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
VITE_DISABLED_EDITORS=powerhouse/document-drive
VITE_DEFAULT_DRIVE_URL=https://apps.powerhouse.io/alpha/makerdao/switchboard/d/monetalis
VITE_BASE_HREF=/
ASSET_URL=/
######## RENOWN CONFIG ########
# Renown instance to use for login
# VITE_RENOWN_URL=http://localhost:3000
# Network Id to use for signing the Renown credential (default: 1 for Ethereum mainnet)
# VITE_RENOWN_NETWORK_ID=1
# Set the base URL of the app (default: /)
VITE_ROUTER_BASENAME=/
######## CONNECT CONTENT CONFIG ########
# Set to false to hide searchbar in folder conent (default: true)
VITE_SEARCH_BAR_ENABLED=false
VITE_SENTRY_DSN=""
VITE_SENTRY_ENV=dev
######## CONNECT SETTINGS ########
# Set to true to hide document model selection from connect settings (default: false)
# VITE_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS=true
######## PUBLIC DRIVES CONFIG ########
# Set to false to hide public drives section in the sidebar (default: true)
# VITE_PUBLIC_DRIVES_ENABLED=false
# Set to true to disable adding public drives (default: false)
#VITE_DISABLE_ADD_PUBLIC_DRIVES=false
# Set to true to disable deleting public drives (default: false)
#VITE_DISABLE_DELETE_PUBLIC_DRIVES=false
######## CLOUD DRIVES CONFIG ########
# Set to false to hide cloud drives section in the sidebar (default: true)
# VITE_CLOUD_DRIVES_ENABLED=false
# Set to true to disable adding cloud drives (default: false)
#VITE_DISABLE_ADD_CLOUD_DRIVES=false
# Set to true to disable deleting cloud drives (default: false)
#VITE_DISABLE_DELETE_CLOUD_DRIVES=false
######## LOCAL DRIVES CONFIG ########
# Set to false to hide local drives section in the sidebar (default: true)
# VITE_LOCAL_DRIVES_ENABLED=false
# Set to true to disable adding local drives (default: false)
#VITE_DISABLE_ADD_LOCAL_DRIVES=true
# Set to true to disable deleting local drives (default: false)
#VITE_DISABLE_DELETE_LOCAL_DRIVES=false