Files
plugin-architecture/settings/configuration.yaml
2020-06-11 14:23:25 +02:00

13 lines
338 B
YAML

registry:
# Plugin registry settings example
url: 'https://github.com/{name}/{repository}/releases/download/{tag}'
name: ''
repository: ''
tag: 'latest'
logging:
# Setting the log level: CRITICAL, ERROR, WARNING, INFO, DEBUG
level: 'DEBUG'
plugins:
# Packages to download from registry
- advance-plugin
- sample-plugin