mirror of
https://github.com/OliveTin/OliveTin
synced 2025-10-30 12:57:06 +00:00
22 lines
294 B
YAML
22 lines
294 B
YAML
#
|
|
# Integration Test Config: emptyDashboardsAreHidden
|
|
#
|
|
|
|
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
|
|
|
|
logLevel: "DEBUG"
|
|
checkForUpdates: false
|
|
|
|
actions:
|
|
- title: Ping
|
|
shell: ping example.com
|
|
icon: ping
|
|
entity: server
|
|
|
|
|
|
|
|
dashboards:
|
|
- title: Empty Dashboard
|
|
contents: []
|
|
|