Initial commit
This commit is contained in:
22
config/plugins.yml
Normal file
22
config/plugins.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Be sure to run "bin/install_plugins" when you modify this file.
|
||||
#
|
||||
# This file is used for listing Peatio 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 Peatio will checkout via "bin/install_plugins".
|
||||
#
|
||||
# * require
|
||||
# Optional. Specify relative path to file from vendor/plugins which should be required by Peatio.
|
||||
# You may set this value to "false" if you don't want Peatio to require the plugin.
|
||||
|
||||
# Example configuration:
|
||||
#- name: peatio-plugin-example
|
||||
# git: https://github.com/rubykube/peatio-plugin-example.git
|
||||
# commit: 11edd2e7c0bef229516f42fde79615a68a008d45
|
||||
Reference in New Issue
Block a user