# 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