-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (22 loc) · 895 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (22 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
POSTGRES_DB=directindex
POSTGRES_USER=directindex
POSTGRES_PASSWORD=directindex_dev_password
DATABASE_URL=postgresql+psycopg://directindex:directindex_dev_password@db:5432/directindex
REDIS_URL=redis://redis:6379/0
SESSION_COOKIE_SECURE=false
FRONTEND_ORIGIN=http://localhost:3000
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_IBKR_API_URL=http://localhost:8002
# IBKR Wheel Scanner backend (port 8002)
# TWS_HOST: use host.docker.internal for Docker Desktop (Mac/Windows),
# or your machine's LAN IP for Linux (e.g. 192.168.1.x)
TWS_HOST=host.docker.internal
TWS_PORT=7496
TWS_CLIENT_ID=1
SEED_TEST_ACCOUNT=true
TEST_ACCOUNT_EMAIL=local-demo@financeos.local
TEST_ACCOUNT_PASSWORD=
AI_ADVISOR_KEY_ENCRYPTION_SECRET=replace-with-at-least-32-random-characters
SNAPTRADE_CLIENT_ID=
SNAPTRADE_CONSUMER_KEY=
BROKER_SYNC_ENCRYPTION_SECRET=replace-with-at-least-32-random-characters