summaryrefslogtreecommitdiff
path: root/configs/kvmd/meta.yaml
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-16 06:54:27 +0300
committerDevaev Maxim <[email protected]>2018-11-16 06:54:27 +0300
commit17c6b9e31f9910c30ac660476e7bed8103f3935e (patch)
treea944ac26154930acb31a7d2e725181aaf744dc09 /configs/kvmd/meta.yaml
parent4294eed14e94fc63a1eb1fb664de0690b1a16bf5 (diff)
meta, refactoring
Diffstat (limited to 'configs/kvmd/meta.yaml')
-rw-r--r--configs/kvmd/meta.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/kvmd/meta.yaml b/configs/kvmd/meta.yaml
new file mode 100644
index 00000000..65524997
--- /dev/null
+++ b/configs/kvmd/meta.yaml
@@ -0,0 +1,9 @@
+# You can write down any information and it will be available
+# at the address /kvmd/info (if you use default nginx config).
+# If server.host (str) will be defained then this value
+# will be displayed in the web interface.
+
+server:
+ host: localhost
+
+kvm: {}