Skip to content

Commit

Permalink
revert osUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed Jul 27, 2022
1 parent 9e9a6fe commit c4ab483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c4ab483

Please sign in to comment.