-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.env.example
More file actions
45 lines (33 loc) · 1.24 KB
/
.env.example
File metadata and controls
45 lines (33 loc) · 1.24 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
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=