From c4ab4830ce6a22fa1ba08260e67422918cc740bc Mon Sep 17 00:00:00 2001 From: Pierce Trey Date: Wed, 27 Jul 2022 08:24:51 -0600 Subject: [PATCH] revert osUrl --- example-kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-kotlin/build.gradle b/example-kotlin/build.gradle index ccab793..45fed4d 100644 --- a/example-kotlin/build.gradle +++ b/example-kotlin/build.gradle @@ -42,7 +42,7 @@ p8e { // specifies all of the p8e locations that this plugin will bootstrap to. locations = [ local: new io.provenance.p8e.plugin.P8eLocationExtension( - osUrl: 'grpc://localhost:5000', + osUrl: 'grpc://localhost:5001', provenanceUrl: 'grpc://localhost:9090', encryptionPrivateKey: '0A2100EF4A9391903BFE252CB240DA6695BC5F680A74A8E16BEBA003833DFE9B18C147', signingPrivateKey: '0A2100EF4A9391903BFE252CB240DA6695BC5F680A74A8E16BEBA003833DFE9B18C147',