From f76ef1ca87bdff880694f938fed2171991cad8e0 Mon Sep 17 00:00:00 2001 From: Tania <10127682+undef1nd@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:28:03 +0200 Subject: [PATCH] Add url configuration to openfeature settings (#110258) It looks like it's not possible to override with env variables those settings that does not exist in config.ini. --- conf/defaults.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index c0f116e6a3e..3908ddf4ad4 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -2027,6 +2027,7 @@ enable = # This is EXPERIMENTAL. Please, do not use this section enable_api = true provider = static +url = [feature_toggles.openfeature.context] # This is EXPERIMENTAL. Please, do not use this section