Update prod managing url api
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
VITE_API_URL_LOCAL=http://localhost:5000
|
VITE_API_URL_LOCAL=http://localhost:5000
|
||||||
VITE_API_URL_SANDBOX=https://dev-managing-api.apps.managing.live
|
VITE_API_URL_SANDBOX=https://dev-managing-api.apps.managing.live
|
||||||
VITE_API_URL_SERVER=https://api.kaigen.managing.live
|
VITE_API_URL_SERVER=https://api.kaigen.ai
|
||||||
|
|
||||||
VITE_WORKER_URL_LOCAL=https://localhost:5002
|
VITE_WORKER_URL_LOCAL=https://localhost:5002
|
||||||
VITE_WORKER_URL_SANDBOX=https://dev-managing-worker.apps.managing.live
|
VITE_WORKER_URL_SANDBOX=https://dev-managing-worker.apps.managing.live
|
||||||
VITE_WORKER_URL_SERVER=https://dev-managing-worker.apps.managing.live
|
VITE_WORKER_URL_SERVER=https://dev-managing-worker.apps.managing.live
|
||||||
|
|
||||||
|
|
||||||
ALCHEMY_ID=Bao7OirVe4bmYiDbPh0l8cs5gYb5D4_9
|
ALCHEMY_ID=Bao7OirVe4bmYiDbPh0l8cs5gYb5D4_9
|
||||||
WALLET_CONNECT_PROJECT_ID=363bf09c10fec2293b21ee199b2ce8d5
|
WALLET_CONNECT_PROJECT_ID=363bf09c10fec2293b21ee199b2ce8d5
|
||||||
VITE_PRIVY_APP_ID=cm7u09v0u002zrkuf2yjjr58p
|
VITE_PRIVY_APP_ID=cm7u09v0u002zrkuf2yjjr58p
|
||||||
|
|||||||
@@ -4051,6 +4051,7 @@ export interface User {
|
|||||||
agentName?: string | null;
|
agentName?: string | null;
|
||||||
avatarUrl?: string | null;
|
avatarUrl?: string | null;
|
||||||
telegramChannel?: string | null;
|
telegramChannel?: string | null;
|
||||||
|
isAdmin?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Balance {
|
export interface Balance {
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ export interface User {
|
|||||||
agentName?: string | null;
|
agentName?: string | null;
|
||||||
avatarUrl?: string | null;
|
avatarUrl?: string | null;
|
||||||
telegramChannel?: string | null;
|
telegramChannel?: string | null;
|
||||||
|
isAdmin?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Balance {
|
export interface Balance {
|
||||||
|
|||||||
Reference in New Issue
Block a user