Skip to content

Commit

Permalink
Remove unused FF_HUMAN_DESCRIPTION (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv authored Nov 13, 2024
1 parent 69edeec commit 5241a20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@
# Log level for the service.
#LOG_LEVEL=

# Enable human description feature
#FF_HUMAN_DESCRIPTION=

# Enable CowSwap TWAPs decoding feature
#FF_TWAPS_DECODING=

Expand Down
1 change: 0 additions & 1 deletion test/e2e-setup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
process.env.SAFE_CONFIG_BASE_URI = 'https://safe-config.staging.5afe.dev';
process.env.EXPIRATION_TIME_DEFAULT_SECONDS = `${60}`; // long enough timeout for cache state assertions
process.env.FF_HUMAN_DESCRIPTION = 'true';
process.env.ALERTS_PROVIDER_SIGNING_KEY = 'fake-signing-key';
process.env.ALERTS_PROVIDER_API_KEY = 'fake-api-key';
process.env.ALERTS_PROVIDER_ACCOUNT = 'fake-account';
Expand Down

0 comments on commit 5241a20

Please sign in to comment.