This commit is contained in:
Devaev Maxim
2019-06-26 21:31:53 +03:00
parent 8a40b1f062
commit 071fd62f41
8 changed files with 25 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
override: !include override.yaml
logging: !include logging.yaml
kvmd:

View File

@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
override: !include override.yaml
logging: !include logging.yaml
kvmd:

View File

@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
override: !include override.yaml
logging: !include logging.yaml
kvmd:

View File

@@ -1,6 +1,9 @@
# Don't touch this file otherwise your device may stop working.
# Use override.yaml to modify required settings.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
override: !include override.yaml
logging: !include logging.yaml
kvmd:

View File

@@ -0,0 +1,7 @@
# Use this file to override system settings and other configs like this:
#
# kvmd:
# server:
# heartbeat: 5.0
#
# It will be applied AFTER other configs and "!include" directives and BEFORE validation.