forked from bandada-infra/bandada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
33 lines (25 loc) · 1.04 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
DB_TYPE=sqlite
DB_URL=data/bandada.db
API_URL=http://localhost:3000
DASHBOARD_URL=http://localhost:3001
ETHEREUM_NETWORK=localhost
# Iron session
# https://1password.com/password-generator
IRON_SESSION_PASSWORD=JJ1EnoEPyesNnpdcDVD4ujVG2XKXJLQx
# Use to create on-chain transactions from api and contracts project.
INFURA_API_KEY=
# Wallet used to create on-chain transactions. Default value if the first account in hardhat dev network.
BACKEND_PRIVATE_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
SIWE_STATEMENT="You are using your Ethereum Wallet to sign in to Bandada."
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
TWITTER_REDIRECT_URI=
TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=
# The network name must be the same as the id that appears in the `blockchainCredentialSupportedNetworks` list
# exported from the `@bandada/utils` package but with capital letters. E.g. polygon_mumbai would be POLYGON_MUMBAI.
SEPOLIA_RPC_URL=
POLYGON_MUMBAI_RPC_URL=
OPTIMISM_SEPOLIA_RPC_URL=
ARBITRUM_SEPOLIA_RPC_URL=
AVALANCHE_C_CHAIN_FUJI_RPC_URL=