Skip to content

Commit

Permalink
Remove flagsmith dev env (Flagsmith#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Feb 20, 2023
1 parent 78024f3 commit bd0fe69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/env/project_e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = global.Project = {
api: 'http://flagsmith-api:8000/api/v1/',
flagsmithClientAPI: 'https://api.bullet-train.io/api/v1/',
flagsmithClientEdgeAPI: 'https://edge.api.flagsmith.com/api/v1/',
flagsmith: '8KzETdDeMY7xkqkSkY3Gsg', // This is our Bullet Train API key - Bullet Train runs on Bullet Train!
flagsmith: 'ENktaJnfLVbLifybz34JmX', // This is our Bullet Train API key - Bullet Train runs on Bullet Train!
debug: false,
env: 'dev', // This is used for Sentry tracking
maintenance: false, // trigger maintenance mode
Expand Down
2 changes: 1 addition & 1 deletion frontend/env/project_local.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = global.Project = {
api: 'http://localhost:8000/api/v1/',
flagsmithClientAPI: 'https://api.flagsmith.com/api/v1/',
flagsmithClientEdgeAPI: 'https://edge.api.flagsmith.com/api/v1/',
flagsmith: '8KzETdDeMY7xkqkSkY3Gsg',
flagsmith: 'ENktaJnfLVbLifybz34JmX',
debug: false,
env: 'dev', // This is used for Sentry tracking
maintenance: false, // trigger maintenance mode
Expand Down

0 comments on commit bd0fe69

Please sign in to comment.