diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-11-16 15:01:29 +0200 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-11-17 12:51:54 +0200 |
commit | 9a86fc5f609066fb90587c7ccf4a2c340565d79c (patch) | |
tree | bc692161b16e4a877abd2d550cb288731889e5ab /docs/configuration.rst | |
parent | 0ce80fac351ec9450ae6905ef4ac5c550649e8f7 (diff) |
Turn role management off by default
Change-Id: Ib8cf6d2a556c249f742ead7e628ae7039918c5c2
Issue-ID: VID-348
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 6357d5aa..ab757387 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -18,6 +18,9 @@ system.properties file ``db.password`` The password for the VID database +``role_management_activated`` + Role management activation flag, "false" by defauly. Change to "true" in order to activate this feature. + ``aai.server.url.base`` Base URL for the A&AI server |