mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
Populate env example with defaults
This commit is contained in:
+13
-13
@@ -1,19 +1,19 @@
|
|||||||
# Application
|
# Application
|
||||||
APP_NAME=
|
APP_NAME=BestChoice
|
||||||
|
|
||||||
# Server
|
# Server
|
||||||
SERVER_PORT=
|
SERVER_PORT=3000
|
||||||
API_BASE_PATH=
|
API_BASE_PATH=/api
|
||||||
DATABASE_URL=
|
DATABASE_URL=postgresql://user:pass@localhost:5432/db_name
|
||||||
URL_READER_API_KEY=
|
URL_READER_API_KEY=your_secret_key
|
||||||
# URL_READER_BASE_URL=https://r.jina.ai
|
URL_READER_BASE_URL=https://r.jina.ai
|
||||||
|
|
||||||
LLM_API_URL=
|
LLM_API_URL=https://xxx.yyy/chat/completions
|
||||||
LLM_API_KEY=
|
LLM_API_KEY=your_api_key
|
||||||
LLM_MODEL=
|
LLM_MODEL=gpt-4o-mini
|
||||||
|
|
||||||
# Client
|
# Client
|
||||||
CLIENT_PORT=
|
CLIENT_PORT=5173
|
||||||
API_PROXY_TARGET=
|
API_PROXY_TARGET=http://localhost:3000
|
||||||
VITE_APP_NAME=
|
VITE_APP_NAME=BestChoice
|
||||||
VITE_API_BASE_URL=
|
VITE_API_BASE_URL=/api
|
||||||
|
|||||||
Reference in New Issue
Block a user