Skip to content

Commit

Permalink
Add back .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Dec 29, 2023
1 parent 751c2a7 commit 2216e85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
REACT_APP_BASEDAO_DOCKERISED_URL=#LOCAL_BASEDAO_DOCKERIZED_URL
REACT_APP_CORS_PROXY_URL=#LOCAL_DORG_CORS_PROXY_URL
REACT_APP_DAO_DEPLOYER_API=#LOCAL_DAO_DEPLOYER_URL
REACT_APP_ENV=LOCAL
REACT_APP_HASURA_ADMIN_SECRET=#YOUR_HASURA_ADMIN_SECRET
REACT_APP_HASURA_ADMIN_SECRET_V2=#YOUR_HASURA_ADMIN_SECRET
REACT_APP_HASURA_URL=#YOUR_LOCAL_HOMBASE_INDEXER_HASURA_URL
REACT_APP_HASURA_URL_V2=#YOUR_LOCAL_HOMBASE_INDEXER_HASURA_URL
REACT_APP_LAUNCH_DARKLY_SDK_DEV=#YOUR_DARKLY_SDK_TOKEN_HERE
REACT_APP_LITE_API_URL=#YOUR_LOCAL_HOMBASE_LITE_BACKEND_URL
REACT_APP_MIXPANEL_DEBUG_ENABLED=false
REACT_APP_MIXPANEL_TOKEN=#YOUR_MIXPANEL_TOKEN_HERE
REACT_APP_NETWORK=ghostnet
REACT_APP_URL=http://localhost:3000
REACT_APP_V2_URL=http://localhost:3000
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ yarn-error.log*
.vscode

.idea
.env.example

0 comments on commit 2216e85

Please sign in to comment.