mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-02 13:23: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
|
||||
ports:
|
||||
- "3000:80"
|
||||
environment:
|
||||
- CODEX_URL=http://loiujhaiuhailuhost:8080
|
||||
|
||||
@ -28,7 +28,7 @@ export const useDexyStore = create<DexyState>()(
|
||||
ftdCid: "",
|
||||
setFtdCid: (cid) => set({ ftdCid: cid }),
|
||||
nodeInfo: {
|
||||
baseUrl: "http://localhost:8080",
|
||||
baseUrl: process.env.CODEX_URL || "http://localhost:8080",
|
||||
nodeToConnectTo: null,
|
||||
id: null,
|
||||
// ip: null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user