diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-11-28 15:06:08 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-11-30 03:45:08 +0000 |
commit | 053759a87b1d479b8083e352944baff3d12ff097 (patch) | |
tree | 5a7fb24b39ebd122b1807b08f468662e2c3460ae /api/yardstick.ini | |
parent | 893294646833bed300586ee36040d4fde3c20842 (diff) |
Bugfix: the API to get result do not work due to can't parse $
JIRA: YARDSTICK-429
The API to get result use $ to prevent sql injection. But it doesn't
work.
Change-Id: I130a847297f209fe26062317261f884c5665f5df
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'api/yardstick.ini')
-rw-r--r-- | api/yardstick.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/yardstick.ini b/api/yardstick.ini index 535022960..01025c2ef 100644 --- a/api/yardstick.ini +++ b/api/yardstick.ini @@ -12,5 +12,5 @@ chmod-socket = 666 callable = app enable-threads = true close-on-exec = 1 -daemonize=/home/kklt/kklt/api/uwsgi.log +daemonize=/home/opnfv/repos/yardstick/api/uwsgi.log socket = /home/opnfv/repos/yardstick/api/yardstick.sock |