forked from OpenQDev/OpenQ-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.staging.sample
31 lines (26 loc) · 1.23 KB
/
.env.staging.sample
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
# Provider URLs + Block Explorer Keys
INFURA_PROJECT_ID=a5bc047f9fa34eeb810474cb70f4ad56
BLOCK_EXPLORER_BASE_URL=https://polygonscan.com
# Service URLs - Client-side
BASE_URL=https://staging.openq.dev
AUTH_URL=https://staging.openq.dev/oauth
ORACLE_URL=https://staging.openq.dev/oracle
OPENQ_API_URL=https://staging.openq.dev/api
COIN_API_URL=https://staging.openq.dev/coinapi
INVOICE_URL=https://staging.openq.dev/invoice
GITHUB_PROXY_URL=https://staging.openq.dev/githubproxy
OPENQ_SUBGRAPH_HTTP_URL=https://api.thegraph.com/subgraphs/name/openqdev/openq-staging
# Service URLs - Server-side (These are especially important for booting locally, since localhost is not accessible from the container)
OPENQ_API_SSR_URL=http://openq-api:4000
OPENQ_GITHUB_OAUTH_SERVER_SSR_URL=http://github-oauth-server:3001
GITHUB_PROXY_SSR_URL=http://github-proxy:3005
# Authentication
OPENQ_ID=6fef986c27015da76128
MAGIC_PUBLISHABLE_KEY=pk_live_0E4E045A32DB0175
# Analytics
GA_TRACKING_ID=G-D590G8FSD9
CONVERTKIT_API_KEY=<GETFROMCONVERTKIT>
# Contract Addresses
OPENQ_PROXY_ADDRESS=0x4209D2f8E36E544eA6904Ad80758e1cD8Df77d13
DEPOSIT_MANAGER_PROXY_ADDRESS=0x8A238A4cc866f83D50c0b4f5fDdbFD32332F8AD3
CLAIM_MANAGER_PROXY_ADDRESS=0xB37e642Cb97D02CbEDBd4Cc83b52d06B0A2F1E7c