From 7487cc95888d46a65e5ace3b6b24920d85bbbc28 Mon Sep 17 00:00:00 2001 From: Weslei Juan Novaes Pereira Date: Sat, 5 Oct 2019 02:17:17 -0300 Subject: [PATCH] chore: Added static context props in docs (#507) --- docs/unleash-context.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/unleash-context.md b/docs/unleash-context.md index fc731e6f7a..fdaaae4aba 100644 --- a/docs/unleash-context.md +++ b/docs/unleash-context.md @@ -11,6 +11,8 @@ The unleash context is defined by these fields: - sessionId: String, - remoteAddress: String, - properties: Map +- appName: String +- environment: String All fields are optional, but if they are not set you will not be able to use certain activation strategies.