-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 961 Bytes
/
.env.example
File metadata and controls
31 lines (27 loc) · 961 Bytes
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
# App Configuration
PORT=5178
ORIGIN=http://localhost:5178
PUBLIC_OBP_BASE_URL=http://localhost:8080
OBP_API_VERSION=v6.0.0
# OAuth Configuration (for SvelteKit UI)
OBP_OAUTH_CLIENT_ID=
OBP_OAUTH_CLIENT_SECRET=
APP_CALLBACK_URL=http://localhost:5178/login/obp/callback
# Redis Configuration
# Docker Compose uses network_mode: host, so the app connects to the Redis
# running on your host machine. No Redis container is started by Docker Compose.
# Ensure a Redis instance is running locally before starting the app.
REDIS_HOST=localhost
REDIS_PORT=6379
# Leave empty for no authentication (default for local Redis).
REDIS_PASSWORD=
# Sandbox Populator Defaults
DEFAULT_NUM_BANKS=2
DEFAULT_NUM_ACCOUNTS_PER_BANK=5
DEFAULT_COUNTRY=Botswana
DEFAULT_CURRENCY=BWP
# Legacy Python Script Configuration (optional)
# OBP_DIRECT_LOGIN_TOKEN=your_direct_login_token_here
# OBP_USERNAME=your_username
# OBP_PASSWORD=your_password
# OBP_CONSUMER_KEY=your_consumer_key