We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ec664 commit 1976f2aCopy full SHA for 1976f2a
lib/flagsmith/sdk/config.rb
@@ -3,7 +3,7 @@
3
module Flagsmith
4
# Config options shared around Engine
5
class Config
6
- DEFAULT_API_URL = 'https://api.flagsmith.com/api/v1/'
+ DEFAULT_API_URL = 'https://edge.api.flagsmith.com/api/v1/'
7
OPTIONS = %i[
8
environment_key api_url custom_headers request_timeout_seconds enable_local_evaluation
9
environment_refresh_interval_seconds retries enable_analytics default_flag_handler logger
0 commit comments