From 386f12442f9187df15c0d971bf896f59ec4a7b8c Mon Sep 17 00:00:00 2001 From: fasihali-deriv <121229483+fasihali-deriv@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:04:19 +0800 Subject: [PATCH] chore: updated the config url (#7223) Co-authored-by: Muhammad Fasih Ali Naqvi --- src/components/hooks/use-third-party-flags.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hooks/use-third-party-flags.tsx b/src/components/hooks/use-third-party-flags.tsx index bc2e84f6713..83e4a8d9cf8 100644 --- a/src/components/hooks/use-third-party-flags.tsx +++ b/src/components/hooks/use-third-party-flags.tsx @@ -5,7 +5,7 @@ import { getDatabase, ref, onValue } from 'firebase/database' import featuresConfig from '../../../static/appConfig' const thirdPartyFlagsConfig = { - databaseURL: 'https://app-config-staging.firebaseio.com', + databaseURL: 'https://app-config-prod.firebaseio.com', } const useThirdPartyFlags = (featurePath) => {