Skip to content

Commit

Permalink
Merge pull request #1027 from golemfactory/wiezzel/unix_socket
Browse files Browse the repository at this point in the history
Changed default GSB endpoint to UNIX socket
  • Loading branch information
Wiezzel authored Feb 16, 2021
2 parents 2da9b3b + f6f4c90 commit 47255bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ ya-service-api-interfaces = { path = "core/serv-api/interfaces" }
ya-service-api-web = { path = "core/serv-api/web" }

## SERVICE BUS
ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" }
ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" }
ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" }
ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" }

## CLIENT
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "c3f3419e48eade7f4d491c71948a1a50446d87d5"}
Expand Down

0 comments on commit 47255bb

Please sign in to comment.