♻️ refactor: remove NEXT_PUBLIC_SERVICE_MODE env and use server by default (#10017)

* remove NEXT_PUBLIC_SERVICE_MODE

* update

* fix tests

* update e2e workflow

* update config

* Rename DATABASE_TEST_URL to DATABASE_URL
This commit is contained in:
Arvin Xu
2025-11-04 00:34:37 +08:00
committed by GitHub
parent 3eaa645fb0
commit f2ab2fcef6
13 changed files with 23 additions and 35 deletions

View File

@@ -8,8 +8,6 @@ UNSAFE_SECRET="ww+0igxjGRAAR/eTNFQ55VmhQB5KE5trFZseuntThJs="
UNSAFE_PASSWORD="CHANGE_THIS_PASSWORD_IN_PRODUCTION"
# Core Server Configuration
# Service mode - set to 'server' for server-side deployment
NEXT_PUBLIC_SERVICE_MODE=server
# Service Ports Configuration
LOBE_PORT=3010