23 lines
878 B
YAML
23 lines
878 B
YAML
# Be sure to run "bin/install_plugins" when you modify this file.
|
|
#
|
|
# This file is used for listing Barong plugins.
|
|
# The plugins must be listed as an array. Each element of array described the plugin using the next variables:
|
|
#
|
|
# * name
|
|
# Mandatory. Specify plugin name. The name must be compatible with filesystem rules.
|
|
#
|
|
# * git
|
|
# Mandatory. Specify Git repository URL.
|
|
#
|
|
# * commit
|
|
# Mandatory. Specify commit hash which Barong will checkout via "bin/install_plugins".
|
|
#
|
|
# * require
|
|
# Optional. Specify relative path to file from vendor/plugins which should be required by Barong.
|
|
# You may set this value to "false" if you don't want Barong to require the plugin.
|
|
|
|
# Example configuration:
|
|
#- name: peatio-plugin-example
|
|
# git: https://github.com/rubykube/peatio-plugin-example.git
|
|
# commit: 11edd2e7c0bef229516f42fde79615a68a008d45
|