diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-10 00:28:09 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-10 00:28:09 -0700 |
| commit | a85dc0f4b9148d945fba6b8ef751ed2139e887ab (patch) | |
| tree | 1f435f79286f86374e28c1a1c3353c62484f6595 /.env.example | |
| parent | d5e321089b6b82f5425c2b3fae142db5223ce599 (diff) | |
Simplify deploy script and docs
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 7d2248d..30cf825 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ FMP_API_KEY= FINNHUB_API_KEY= -NEXT_PUBLIC_API_BASE_URL=http://localhost:8000 +NEXT_PUBLIC_API_BASE_URL=http://127.0.0.1:8001 |
