diff options
author | Devaev Maxim <[email protected]> | 2018-11-16 06:54:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-16 06:54:27 +0300 |
commit | 17c6b9e31f9910c30ac660476e7bed8103f3935e (patch) | |
tree | a944ac26154930acb31a7d2e725181aaf744dc09 /configs/kvmd/meta.yaml | |
parent | 4294eed14e94fc63a1eb1fb664de0690b1a16bf5 (diff) |
meta, refactoring
Diffstat (limited to 'configs/kvmd/meta.yaml')
-rw-r--r-- | configs/kvmd/meta.yaml | 9 |
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: {} |