nexora / frontend /src /lib /config.js
ChandimaPrabath's picture
Update frontend/src/lib/config.js
0953c40 verified
const config = {
apiBaseUrl: 'https://hans-den-load-balancer.hf.space',
searchUrl: 'https://hans-den-search.hf.space/api/search',
version: "0.0.1.0 Alpha",
ADMIN_PASSWORD: "06J3LND9NFH"
};
export default config;