diff --git a/frontend/env/project_dev.js b/frontend/env/project_dev.js index 84b7fc815941..6c45318f17a1 100644 --- a/frontend/env/project_dev.js +++ b/frontend/env/project_dev.js @@ -1,12 +1,12 @@ const globalThis = typeof window === 'undefined' ? global : window module.exports = global.Project = { - api: 'http://localhost:8000/api/v1/', + api: 'https://api-staging.flagsmith.com/api/v1/', chargebee: { site: 'flagsmith-test', }, - env: 'dev', + env: 'staging', // This is our Bullet Train API key - Bullet Train runs on Bullet Train! flagsmith: 'ENktaJnfLVbLifybz34JmX',