Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: updated the config url (#7223)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Fasih Ali Naqvi <[email protected]>
  • Loading branch information
fasihali-deriv and Muhammad Fasih Ali Naqvi authored Mar 1, 2024
1 parent 4c35be5 commit 386f124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hooks/use-third-party-flags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 386f124

Please sign in to comment.