Skip to content

Commit 2767b78

Browse files
alinefmdanielhb
authored andcommitted
Remove URI configuration from gingerbase.conf file
Signed-off-by: Aline Manera <[email protected]>
1 parent 747cb75 commit 2767b78

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gingerbase.conf

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Enable Ginger base plugin on Wok server (values: True|False)
33
enable = True
44

5-
# Root URI for Ginger base APIs
6-
uri = '/plugins/gingerbase'
7-
85
[gingerbase]
96
# Enable Host Statistics History cache (values: True|False, default:True)
107
statshistory_on = True

tests/test_config.py.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ class ConfigTests(unittest.TestCase):
8181
pluginPrefix = paths.add_prefix(paths.plugin_dir)
8282
configObj = {
8383
'wok': {
84-
'enable': True,
85-
'uri': '/plugins/gingerbase'
84+
'enable': True
8685
},
8786
'gingerbase': {
8887
'statshistory_on': True,

0 commit comments

Comments
 (0)