feat(config): remove key cloak config functions
This commit is contained in:
parent
32fb6ac131
commit
07776d8699
1 changed files with 0 additions and 6 deletions
|
|
@ -119,12 +119,6 @@ export const getCustomOpenaiApiUrl = () =>
|
||||||
export const getCustomOpenaiModelName = () =>
|
export const getCustomOpenaiModelName = () =>
|
||||||
loadConfig().MODELS.CUSTOM_OPENAI.MODEL_NAME;
|
loadConfig().MODELS.CUSTOM_OPENAI.MODEL_NAME;
|
||||||
|
|
||||||
export const getKeyCloakUrl = () => loadConfig().KEYCLOAK.URL;
|
|
||||||
|
|
||||||
export const getKeyCloakRealm = () => loadConfig().KEYCLOAK.REALM;
|
|
||||||
|
|
||||||
export const getKeyCloakClientId = () => loadConfig().KEYCLOAK.CLIENT_ID;
|
|
||||||
|
|
||||||
const mergeConfigs = (current: any, update: any): any => {
|
const mergeConfigs = (current: any, update: any): any => {
|
||||||
if (update === null || update === undefined) {
|
if (update === null || update === undefined) {
|
||||||
return current;
|
return current;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue