Skip to content

Commit

Permalink
bug/flagsmith-on-flagsmith-env-vars-mixed-up (#529)
Browse files Browse the repository at this point in the history
* Fixes #527

* Pin E2E ubuntu

* Revert to ubuntu-latest
  • Loading branch information
dabeeeenster authored Dec 2, 2021
1 parent 3b6d659 commit 379f41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def project_overrides(request):
"preventSignup": "PREVENT_SIGNUP",
"disableInflux": "DISABLE_INFLUXDB_FEATURES",
"flagsmithAnalytics": "FLAGSMITH_ANALYTICS",
"flagsmith": "FLAGSMITH_ON_FLAGSMITH_API_URL",
"flagsmithClientAPI": "FLAGSMITH_ON_FLAGSMITH_API_KEY",
"flagsmith": "FLAGSMITH_ON_FLAGSMITH_API_KEY",
"flagsmithClientAPI": "FLAGSMITH_ON_FLAGSMITH_API_URL",
"ga": "GOOGLE_ANALYTICS_API_KEY",
"linkedin_api_key": "LINKEDIN_API_KEY",
"crispChat": "CRISP_CHAT_API_KEY",
Expand Down

0 comments on commit 379f41e

Please sign in to comment.