All Downloads are FREE. Search and download functionalities are using the official Maven repository.

er.spsp.spsp-server.0.1.1.source-code.application-dev.yml Maven / Gradle / Ivy

Go to download

An Interledger SPSP server with a stateless STREAM receiver that publishes events.

The newest version!
# Used for pure development purposes. All accounts are simulated using the Loopback Link.
# See https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#common-application-properties
spring:
  profiles:
    include: h2, management, jks

interledger:
  spsp-server:
    # Base64-encoded String of bytes.
    server-secret: aQLR5IWAGV2vKnBhnFFsl2cXOCh9u0IWz3PiA64KlJ8=
    parent-account:
      id: alice
      linkType: ILP_OVER_HTTP
      asset-code: XRP
      asset-scale: 9
      maximum-packet-amount: 100001
      #      settlement-engine-details:
      #        url: "https://example.com"
      #        settlement-engine-accountId: seAccount
      #        custom-settings:
      #          foo: bar1
      #          boo: baz1
      balance-settings:
        min-balance: 1
        max-balance: 2
        settle-threshold: 10000001
        settle-to: 3
      custom-settings:
        ilpOverHttp:
          incoming:
            auth_type: SIMPLE
            # A simulated routing secret, which is a seed used for generating routing table auth values.
            # Represents the plaintext value of `shh`, encrypted.
            simple:
              auth_token: enc:JKS:crypto.p12:secret0:1:aes_gcm:AAAADKZPmASojt1iayb2bPy4D-Toq7TGLTN95HzCQAeJtz0=
          outgoing:
            auth_type: SIMPLE
            simple:
              auth_token: enc:JKS:crypto.p12:secret0:1:aes_gcm:AAAADFP1VOP5YiqFF36-RaqYRnUuqf5PrToHyM-HUvpUQ215H7BiHkIcy2TKSQO9lTlEBBVSMRUfdT0=
            url: https://rs3.xpring.dev/ilp




© 2015 - 2025 Weber Informatics LLC | Privacy Policy