Browse Source

changed example configuration value names and default value of example_string to something that shows the example-ness

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1562 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
04db12433a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/bin/bind10/bob.spec

+ 3 - 3
src/bin/bind10/bob.spec

@@ -3,13 +3,13 @@
     "module_name": "Boss",
     "config_data": [
       {
-        "item_name": "some_string",
+        "item_name": "example_string",
         "item_type": "string",
         "item_optional": False,
-        "item_default": "Hi, shane!"
+        "item_default": "Just an example string configuration value"
       },
       {
-        "item_name": "some_int",
+        "item_name": "example_int",
         "item_type": "integer",
         "item_optional": False,
         "item_default": 1