mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
15 lines
364 B
YAML
15 lines
364 B
YAML
# You can write down any information and it will be available
|
|
# at the address /api/info (if you use default nginx config).
|
|
# If server.host (str) will be defined then this value
|
|
# will be displayed in the web interface.
|
|
|
|
server:
|
|
host: localhost.localdomain
|
|
|
|
kvm: {
|
|
base_on: PiKVM,
|
|
app_name: One-KVM,
|
|
main_version: 241204,
|
|
author: SilentWind
|
|
}
|