1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: Added static context props in docs (#507)

This commit is contained in:
Weslei Juan Novaes Pereira 2019-10-05 02:17:17 -03:00 committed by Ivar Conradi Østhus
parent abf1124391
commit 7487cc9588

View File

@ -11,6 +11,8 @@ The unleash context is defined by these fields:
- sessionId: String,
- remoteAddress: String,
- properties: Map<String, String>
- appName: String
- environment: String
All fields are optional, but if they are not set you will not be able to use certain activation strategies.