mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-05 23:03:09 +00:00
ADD codex url endpoint mapping
This commit is contained in:
parent
c56111b754
commit
665cf937e0
@ -12,3 +12,5 @@ services:
|
|||||||
image: codex-frontend-client
|
image: codex-frontend-client
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3000:80"
|
||||||
|
environment:
|
||||||
|
- CODEX_URL=http://loiujhaiuhailuhost:8080
|
||||||
|
|||||||
@ -28,7 +28,7 @@ export const useDexyStore = create<DexyState>()(
|
|||||||
ftdCid: "",
|
ftdCid: "",
|
||||||
setFtdCid: (cid) => set({ ftdCid: cid }),
|
setFtdCid: (cid) => set({ ftdCid: cid }),
|
||||||
nodeInfo: {
|
nodeInfo: {
|
||||||
baseUrl: "http://localhost:8080",
|
baseUrl: process.env.CODEX_URL || "http://localhost:8080",
|
||||||
nodeToConnectTo: null,
|
nodeToConnectTo: null,
|
||||||
id: null,
|
id: null,
|
||||||
// ip: null,
|
// ip: null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user