Skip to content

Commit

Permalink
refactor: reverted-project-dev-local-api-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaimwa9 committed Jan 28, 2025
1 parent 9a5d7fd commit 9410fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/env/project_dev.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 9410fc8

Please sign in to comment.