summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/etc/config.ini
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/testapi/etc/config.ini')
-rw-r--r--utils/test/testapi/etc/config.ini32
1 files changed, 0 insertions, 32 deletions
diff --git a/utils/test/testapi/etc/config.ini b/utils/test/testapi/etc/config.ini
deleted file mode 100644
index 86cb0caa7..000000000
--- a/utils/test/testapi/etc/config.ini
+++ /dev/null
@@ -1,32 +0,0 @@
-# to add a new parameter in the config file,
-# the CONF object in config.ini must be updated
-[mongo]
-# URL of the mongo DB
-# Mongo auth url => mongodb://user1:pwd1@host1/?authSource=db1
-url = mongodb://127.0.0.1:27017/
-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
-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
-
-[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