Don't verify Danube and verify Euphrates
[releng.git] / utils / test / testapi / etc / config.ini
index 77cc6c6..86cb0ca 100644 (file)
@@ -8,10 +8,25 @@ dbname = test_results_collection
 
 [api]
 # Listening port
+url = http://localhost:8000/api/v1
 port = 8000
+
+# Number of results for one page (integer value)
+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
+
+# this path should be the seem with data_files installation path
+static_path = /usr/local/share/opnfv_testapi
 
-[swagger]
-base_url = http://localhost:8000
+[lfid]
+# Linux Foundation cas URL
+cas_url = https://identity.linuxfoundation.org/cas/
+#service url used to authenticate to cas
+signin_return = api/v1/auth/signin_return