[tracking] Fix configuration file.
- The sample configuration file didn't use sub-maps, but list items.
This commit is contained in:
parent
28315db43b
commit
806799ece4
@ -49,9 +49,9 @@
|
|||||||
# connection; it is a good idea to require internet in the welcome
|
# connection; it is a good idea to require internet in the welcome
|
||||||
# module then.
|
# module then.
|
||||||
install:
|
install:
|
||||||
- enabled: false
|
enabled: false
|
||||||
- default: false
|
default: false
|
||||||
- url:
|
url:
|
||||||
|
|
||||||
# The machine area has one specific configuration key:
|
# The machine area has one specific configuration key:
|
||||||
# style: This string specifies what kind of tracking configuration
|
# style: This string specifies what kind of tracking configuration
|
||||||
@ -59,11 +59,11 @@ install:
|
|||||||
# style, "neon", which edits two files in the installed
|
# style, "neon", which edits two files in the installed
|
||||||
# system to enable system-tracking.
|
# system to enable system-tracking.
|
||||||
machine:
|
machine:
|
||||||
- enabled: false
|
enabled: false
|
||||||
- default: false
|
default: false
|
||||||
- style: neon
|
style: neon
|
||||||
|
|
||||||
# The user area is not yet implemented, and has no specific configuration.
|
# The user area is not yet implemented, and has no specific configuration.
|
||||||
user:
|
user:
|
||||||
- enabled: false
|
enabled: false
|
||||||
- default: false
|
default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user