Allow Market.Organic to access DFC API

This commit is contained in:
Maikel Linke
2025-11-07 13:12:14 +11:00
parent f8ca8ae942
commit d7f4a5c874

View File

@@ -19,6 +19,11 @@ class ApiUser
id: "https://www.litefarm.org/profile",
tokens: "https://login.fooddatacollaboration.org.uk/realms/dev/protocol/openid-connect/token",
},
'mo-dev' => {
id: "https://market.organic/profile",
tokens: "https://login.fooddatacollaboration.org.uk/realms/dev/protocol/openid-connect/token",
},
}.freeze
CLIENT_MAP = PLATFORMS.keys.index_by { |key| PLATFORMS.dig(key, :id) }.freeze