summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/etc/config.ini
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-21 00:46:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 00:46:35 +0000
commit174b299271189496bae4c4d6727ea26a7a098756 (patch)
treeb063e18c795988e38e1eb4afa74d4cbf9524f057 /utils/test/testapi/etc/config.ini
parentfd65ec9e84ae025e6b903c403514405ba0bb0a61 (diff)
parentf11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (diff)
Merge "Remove 'utils/test' Directory and update INFO"
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