refactor(http-client): inherit interceptors from parent instance

This commit is contained in:
Ali BARIN
2024-07-23 15:01:12 +00:00
parent aa7f6694fc
commit 5a4207414d
4 changed files with 181 additions and 33 deletions

View File

@@ -100,6 +100,9 @@ const appConfig = {
additionalDrawerLinkIcon: process.env.ADDITIONAL_DRAWER_LINK_ICON,
additionalDrawerLinkText: process.env.ADDITIONAL_DRAWER_LINK_TEXT,
disableSeedUser: process.env.DISABLE_SEED_USER === 'true',
httpProxy: process.env.http_proxy,
httpsProxy: process.env.https_proxy,
noProxy: process.env.no_proxy,
};
if (!appConfig.encryptionKey) {