-
Notifications
You must be signed in to change notification settings - Fork 14
/
.env.example
55 lines (41 loc) · 1.67 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
49
50
51
52
53
54
55
# All possible environment variables for the frontend (set at build time **will end up in source code!!!**)
# For development only variables, see `.env.development`
# Base URL for the app (e.g. http://localhost:9091 or https://app.colony.io)
URL="http://localhost:9091"
# Network the CDapp is deployed to
NETWORK_ID="ganache"
# Whether to enable Safe integration
SAFE_ENABLED="false"
# EtherRouter contract address for the network the CDapp is deployed to
# DOES NOT NEED TO BE SET WHEN DEVELOPING LOCALLY
NETWORK_CONTRACT_ADDRESS="0x0000000000000000000000000000000000000000"
# Required for safe control
BSCSCAN_API_KEY=
ETHERSCAN_API_KEY=
# The endpoint of the reputation oracle.
REPUTATION_ORACLE_ENDPOINT="http://localhost:3001/reputation/local"
# If the network has / or does not have support for metatranasctions
# Ie: contracts deployed, broadcaster service active
METATX_ENABLED=true
METATX_BROADCASTER_ENDPOINT="http://localhost:3004"
# URL where the authentication server is found
AUTH_PROXY_ENDPOINT="http://localhost:3005"
# ID for Google Tag Manager `GTM-XXXXXXX`
GOOGLE_TAG_MANAGER_ID=
# pinata connection detail from https://app.pinata.cloud/developers/api-keys
# Only needed for production
PINATA_API_KEY=
PINATA_API_SECRET=
# Needed for currency conversion. For testing, see: https://support.coingecko.com/hc/en-us/articles/21880397454233
COINGECKO_API_KEY=
COINGECKO_API_URL=
POSTHOG_KEY=
POSTHOG_HOST=
# Needed for crypto-to-fiat
USDC_LOCAL_ADDRESS=
PERSONA_ENVIRONMENT_ID=
# Needed for notifications via magicbell
MAGICBELL_API_KEY=
MAGICBELL_API_SECRET=
# Used to set a local key so that in development you only recieve notifications from your current dev env
MAGICBELL_DEV_KEY=