We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747cb75 commit 2767b78Copy full SHA for 2767b78
gingerbase.conf
@@ -2,9 +2,6 @@
2
# Enable Ginger base plugin on Wok server (values: True|False)
3
enable = True
4
5
-# Root URI for Ginger base APIs
6
-uri = '/plugins/gingerbase'
7
-
8
[gingerbase]
9
# Enable Host Statistics History cache (values: True|False, default:True)
10
statshistory_on = True
tests/test_config.py.in
@@ -81,8 +81,7 @@ class ConfigTests(unittest.TestCase):
81
pluginPrefix = paths.add_prefix(paths.plugin_dir)
82
configObj = {
83
'wok': {
84
- 'enable': True,
85
- 'uri': '/plugins/gingerbase'
+ 'enable': True
86
},
87
'gingerbase': {
88
'statshistory_on': True,
0 commit comments