-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.env.example
More file actions
62 lines (47 loc) · 1.82 KB
/
Copy path.env.example
File metadata and controls
62 lines (47 loc) · 1.82 KB
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
56
57
58
59
60
61
62
NODE_ENV=local_dev
##################_PLATFORM_CONFIG_############################
################################################################################
HASH_PEPPER=pepper
################################################################################
JWT_SECRET=secretete
################################################################################
#Seed_data
SEED_FIRST_NAME=Johndoe
SEED_LAST_NAME=mia
SEED_EMAIL=your_mail
SEED_PASSWORD=your_password
SEED_PHONE_PREFIX=234
SEED_PHONE=812345678
################################################################################
# Database
# When running the app locally (cargo/node on host): DATABASE_HOST=localhost
# When running inside Docker (migrate service): DATABASE_HOST=db
DATABASE_NAME=fundable_db
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
################################################################################
# Cairo/StarkNet integration
# Set CAIRO_MOCK=true for local development without a chain connection.
CAIRO_MOCK=true
# When CAIRO_MOCK is false/empty, set these:
# CAIRO_RPC_URL=
# CAIRO_ACCOUNT_ADDRESS=
# CAIRO_PRIVATE_KEY=
# CAIRO_FACTORY_CONTRACT_ADDRESS=
# Optional: CAMPAIGN_CREATED_EVENT_KEY=
################################################################################
# Soroban indexer
# These values are used by code under indexer/.
INDEXER_PORT=4000
INDEXER_LOG_LEVEL=info
INDEXER_DATABASE_URL=postgres://postgres:postgres@localhost:5432/fundable_indexer
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
POLL_INTERVAL_MS=5000
START_LEDGER=
# Comma-separated contract IDs. Keep production values out of commits unless
# they are intended to be public configuration.
STREAMS_CONTRACT_IDS=
DISTRIBUTIONS_CONTRACT_IDS=