forked from acaldas/document-model-electron
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Merge branch 'deployments/staging/makerdao' into deployments/ma…
…kerdao
- Loading branch information
Showing
62 changed files
with
5,135 additions
and
4,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
.env | ||
node_modules/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,37 @@ | ||
VITE_DISABLED_EDITORS=powerhouse/document-drive | ||
VITE_DEFAULT_DRIVES_URL=https://apps.powerhouse.io/staging/makerdao/switchboard/d/monetalis | ||
VITE_BASE_HREF=/ | ||
ASSET_URL=/ | ||
|
||
VITE_APP_REQUIRES_HARD_REFRESH=true | ||
|
||
######## 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 | ||
# build arguments | ||
BASE_PATH="/" # vite base path | ||
BASE_HREF="./" # electron-forge base href | ||
PH_CONNECT_APP_REQUIRES_HARD_REFRESH="true" | ||
SENTRY_AUTH_TOKEN= | ||
SENTRY_ORG= | ||
SENTRY_PROJECT= | ||
|
||
# environment variables | ||
|
||
## app configuration & feature flags | ||
PH_CONNECT_ROUTER_BASENAME="/staging/makerdao/connect" | ||
PH_CONNECT_DEFAULT_DRIVES_URL="https://apps.powerhouse.io/staging/makerdao/switchboard/d/280dd289-ec51-40f0-adad-c154967fc2b2" | ||
PH_CONNECT_ENABLED_EDITORS="makerdao/rwa-portfolio" | ||
PH_CONNECT_SEARCH_BAR_ENABLED="false" | ||
PH_CONNECT_DISABLE_ADD_PUBLIC_DRIVES="true" | ||
PH_CONNECT_DISABLE_ADD_CLOUD_DRIVES="true" | ||
PH_CONNECT_DISABLE_ADD_LOCAL_DRIVES="true" | ||
PH_CONNECT_DISABLE_DELETE_PUBLIC_DRIVES="true" | ||
PH_CONNECT_DISABLE_DELETE_CLOUD_DRIVES="true" | ||
PH_CONNECT_DISABLE_DELETE_LOCAL_DRIVES="true" | ||
PH_CONNECT_PUBLIC_DRIVES_ENABLED="true" | ||
PH_CONNECT_CLOUD_DRIVES_ENABLED="false" | ||
PH_CONNECT_LOCAL_DRIVES_ENABLED="false" | ||
PH_CONNECT_ARBITRUM_ALLOW_LIST="" | ||
PH_CONNECT_RWA_ALLOW_LIST="" | ||
PH_CONNECT_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS="true" | ||
|
||
PH_CONNECT_RENOWN_URL="https://www.renown.id" | ||
PH_CONNECT_RENOWN_NETWORK_ID="eip155" | ||
PH_CONNECT_RENOWN_CHAIN_ID=1 | ||
PH_CONNECT_DISABLED_EDITORS="" | ||
|
||
## error tracking | ||
PH_CONNECT_SENTRY_DSN="" | ||
PH_CONNECT_SENTRY_PROJECT="" | ||
PH_CONNECT_SENTRY_ENV="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,4 +64,6 @@ out/ | |
# Generated assets | ||
public/icons.svg | ||
|
||
.env.local | ||
.env.local | ||
# Sentry Config File | ||
.env.sentry-build-plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!.env.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ vite.renderer.config.ts | |
.commitlintrc. | ||
.github | ||
.releaserc | ||
scripts | ||
scripts | ||
src/vite-env.d.ts |
Oops, something went wrong.