diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-10-23 01:27:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-23 01:27:12 +0000 |
commit | d62585d81b030d9c94e14ff3f0a6fb3205bbd61b (patch) | |
tree | 67510b97e2ac5a170006969e3f29b40a24061e40 /testapi/etc/config.ini | |
parent | f97f2212e862644178b87708ea62eb091b51a506 (diff) | |
parent | 839c1468cbe2025e759458bbe82c2f99a5ea347f (diff) |
Merge "allow authentication to be disabled"
Diffstat (limited to 'testapi/etc/config.ini')
-rw-r--r-- | testapi/etc/config.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi/etc/config.ini b/testapi/etc/config.ini index 8d0bde2..86cb0ca 100644 --- a/testapi/etc/config.ini +++ b/testapi/etc/config.ini @@ -16,7 +16,8 @@ results_per_page = 20 # With debug_on set to true, error traces will be shown in HTTP responses debug = True -authenticate = False +token_check = False +authenticate = True [ui] url = http://localhost:8000 |