Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 776 Bytes

File metadata and controls

39 lines (28 loc) · 776 Bytes
image

Octopus Paper plugin

Paper plugin with API for wrapper around Octopus SDK for o7studios product Octopus

Usage

Add dependency to plugin:

dependencies {
    compileOnly("studio.o7:octopus-plugin-api:X.Y.Z")
}

Add depend on inside plugin.yml:

depend:
  - Octopus

Config

Make sure this is inside of the /plugins/octopus/config.yml

# Configuration of Octopus-Service
octopus:
  # Host of Octopus-gRPC Server
  host: "127.0.0.1"
  # Port of Octopus-gRPC Server
  port: 50051
  # Replace to Octopus-API token
  token: "development"