mirror of
https://github.com/wax911/plugin-architecture.git
synced 2025-07-21 12:31:03 +02:00
13 lines
338 B
YAML
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 |