-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
48 lines (43 loc) · 1.98 KB
/
.env.example
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
# App
VITE_APP_HTTPS=true
VITE_APP_NAME="Etherna"
VITE_APP_TAGLINE="Web3.0 Video Explorer"
VITE_APP_PUBLIC_URL="https://localhost:3000"
VITE_APP_CMS_URL="https://cms.etherna.com"
VITE_APP_VERIFIED_ORIGINS="localhost;etherna.io"
VITE_APP_FEEDBACK_URL="https://etherna.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-m454we/b/23/a44af77267a987a660377e5c46e0fb64/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=1c189ede"
VITE_APP_MATOMO_URL="https://analytics.test"
VITE_APP_MATOMO_SITE_ID=2
# APIs
VITE_APP_INDEX_URL="https://localhost:44357"
VITE_APP_GATEWAY_URL="https://localhost:44362"
VITE_APP_CREDIT_URL="https://localhost:44369"
VITE_APP_SSO_URL="https://localhost:44379"
VITE_APP_API_VERSION="0.3"
# Etherna services project paths
ETHERNA_SSO_PROJECT_PATH="/path/to/your/projects/etherna-sso/src/EthernaSSO/EthernaSSO.csproj"
ETHERNA_INDEX_PROJECT_PATH="/path/to/your/projects/etherna-index/src/EthernaIndex/EthernaIndex.csproj"
ETHERNA_CREDIT_PROJECT_PATH="/path/to/your/projects/etherna-credit/src/EthernaCredit/EthernaCredit.csproj"
ETHERNA_GATEWAY_PROJECT_PATH="/path/to/your/projects/etherna-gateway/src/EthernaGateway/EthernaGateway.csproj"
ETHERNA_BEEHIVE_PROJECT_PATH="/path/to/your/projects/etherna-gateway/src/BeehiveManager/BeehiveManager.csproj"
# Bee local instance
BEE_LOCAL_INSTANCE=false
BEE_SEED_ENABLED=false
BEE_MODE="dev"
BEE_SWAP_ENDPOINT="https://eth.getblock.io/goerli/?api_key=xxxxxxxx"
BEE_PASSWORD=""
BEE_ADMIN_PASSWORD="hello"
BEE_ENDPOINT="http://localhost:1633"
BEE_HTTPS=true
BEE_HTTPS_PORT=1643
# Proxy
SSL_KEY_FILE="proxy/sslcert/key.pem"
SSL_CRT_FILE="proxy/sslcert/cert.pem"
NODE_TLS_REJECT_UNAUTHORIZED=0
GATEWAY_PORT=44362
GATEWAY_PROXY_BEE_HOST="http://localhost:1633"
GATEWAY_PROXY_VALIDATOR_HOST="https://localhost:44361"
GATEWAY_PROXY_STANDALONE=false
GATEWAY_PROXY_DISABLE_VALIDATION=false
# Other
REACT_EDITOR=code