deco-cli
Version:
CLI for managing deco.chat apps & projects
10 lines • 725 B
TypeScript
export declare const SUPABASE_URL = "https://auth.deco.cx";
export declare const SUPABASE_ANON_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im96a3NnZG15cnFjeGN3aG5iZXBnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDc3ODI5NjYsImV4cCI6MjA2MzM1ODk2Nn0.fx_Ouo3V-s4ZWr0MJ8gP5PFkr11xEkxThKiNDZSLRyY";
export declare const DECO_CHAT_WEB: string;
export declare const DECO_CHAT_API_PROD = "https://api.deco.chat";
export declare const DECO_CHAT_API_LOCAL = "http://localhost:3001";
export declare const DECO_CHAT_API: string;
export declare const AUTH_PORT_CLI = 3457;
export declare const AUTH_URL_CLI = "http://localhost:3457";
export declare const DECO_CHAT_LOGIN: string;
//# sourceMappingURL=constants.d.ts.map