* multi user wip * WIP MUM features * invitation mgmt * suspend or unsuspend users * workspace mangement * manage chats * manage chats * add Support for admin system settings for users to delete workspaces and limit chats per user * fix issue ith system var update app to lazy load invite page * cleanup and bug fixes * wrong method * update readme * update readme * update readme * bump version to 0.1.0
6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
export const API_BASE =
|
|
import.meta.env.VITE_API_BASE || "http://localhost:3001/api";
|
|
|
|
export const AUTH_USER = "anythingllm_user";
|
|
export const AUTH_TOKEN = "anythingllm_authToken";
|