fix: reuse local gateway port during development
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user