fix: reuse local gateway port during development

This commit is contained in:
2026-09-20 14:54:52 +08:00
parent 26b5804092
commit 2cb22ac5e5
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CREATORHUB_PORT=8082
CREATORHUB_POSTGRES_PORT=15433
DATABASE_URL=postgres://creatorhub@127.0.0.1:15433/creatorhub?sslmode=disable
NATIVE_GATEWAY_ENDPOINT=http://127.0.0.1:8081
NATIVE_GATEWAY_ENDPOINT=http://127.0.0.1:28187
GATEWAY_TOKEN=dev-creatorhub-gateway-token
BROWSER_STATE_DIR=~/.local/state/creatorhub/browser-gateway
BROWSER_PROFILE_ROOT=~/.local/share/creatorhub/browser-profiles