mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
Some checks failed
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled
Release CI / Release (push) Has been cancelled
Test CI / test (push) Has been cancelled
Lighthouse Badger / LobeChat | Chat (push) Has been cancelled
Lighthouse Badger / LobeChat | Market (push) Has been cancelled
Issue Close Require / issue-check-inactive (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
Co-authored-by: GH Action - Upstream Sync <action@github.com>
9 lines
395 B
Desktop File
9 lines
395 B
Desktop File
# copy this file to .env when you want to develop the desktop app or you will fail
|
|
APP_URL=http://localhost:3015
|
|
FEATURE_FLAGS=-check_updates,+pin_list
|
|
KEY_VAULTS_SECRET=oLXWIiR/AKF+rWaqy9lHkrYgzpATbW3CtJp3UfkVgpE=
|
|
DATABASE_URL=postgresql://postgres@localhost:5432/postgres
|
|
SEARCH_PROVIDERS=search1api
|
|
NEXT_PUBLIC_SERVICE_MODE='server'
|
|
NEXT_PUBLIC_IS_DESKTOP_APP=1
|
|
NEXT_PUBLIC_ENABLE_NEXT_AUTH=0 |