diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-08-06 16:14:59 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-08-06 16:14:59 +0300 |
commit | d350d5ac25c8df2846e4f0d9082cb4d364a17a83 (patch) | |
tree | 6e2afb18b785bb98dfa61509ae89749a221ad4e8 /vid-app-common/src/main/webapp/WEB-INF/conf/features.properties | |
parent | ff76b5ed0aa91d5fdf9dc4f95e8b20f91ed9d072 (diff) |
UI Feature flagging support
Change-Id: Ic2151dab6306c42364483e9064c01bab3dd7378b
Issue-ID: VID-208
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF/conf/features.properties')
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/features.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/features.properties new file mode 100644 index 000000000..de466beae --- /dev/null +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/features.properties @@ -0,0 +1,11 @@ +# features.properties +# ------------------- + +# This file is, generally, empty. + +# Configure `featureFlags.filename` in system.properties to use +# one of the ready-made sets: + +# - featureFlags.filename = ci.features.properties +# - featureFlags.filename = ist.features.properties +# - featureFlags.filename = e2e.features.properties |