forked from Qyoue/Qyou
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (36 loc) · 1.28 KB
/
.env.example
File metadata and controls
45 lines (36 loc) · 1.28 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
# Qyou Monorepo Environment (Example)
#
# Copy to `.env` at repo root for local development.
# Some workspaces also read `.env` files in their own folders.
# -------------------
# API (apps/api)
# -------------------
API_PORT=4000
MONGO_URI=mongodb://localhost:27017/qyou
JWT_ACCESS_SECRET=replace_with_32+_char_secret________________
JWT_REFRESH_SECRET=replace_with_32+_char_secret________________
# Optional: Enables Redis geo cache in API when set.
# REDIS_URL=redis://localhost:6379
# Used by location seeding provider mode "google"
# GOOGLE_PLACES_API_KEY=
# GOOGLE_PLACES_REQUEST_DELAY_MS=350
# Used by OpenStreetMap seeding provider mode "osm"
# OSM_OVERPASS_TIMEOUT_SECONDS=25
# -------------------
# Admin Web (apps/admin-web)
# -------------------
NEXT_PUBLIC_API_URL=http://localhost:4000
ADMIN_JWT_SECRET=replace_with_32+_char_secret________________
# Optional cookie name override:
# ADMIN_AUTH_COOKIE=admin_token
# Optional: Used by admin web geocoder route
# MAPBOX_ACCESS_TOKEN=
# -------------------
# Mobile (apps/mobile)
# -------------------
EXPO_PUBLIC_API_URL=http://localhost:4000
# -------------------
# Stellar (stellar/client) + API Stellar integration
# -------------------
STELLAR_NETWORK=TESTNET
STELLAR_SECRET_KEY=SXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX