Skip to content

Commit

Permalink
Desktop - fix notify host_ws, add ws_connection_exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Apr 20, 2024
1 parent 2639a02 commit deb908a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build_app_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if (!cfg.url_domains.includes(cfg.site_domain)) {
}
copyKey('logo')
copyKey('ws_connection_app')
copyKey('ws_connection_exchange')
copyKey('chain_id')
copyKey('images')
copyKey('wallet_service')
Expand Down
4 changes: 3 additions & 1 deletion config/desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{ "address": "wss://api.aleksw.space/ws" },
{ "address": "wss://api-golos.blckchnd.com/ws" }
],
"ws_connection_exchange": "wss://api.golos.id/ws",
"chain_id": "782a3039b478c839e4cb0c941ff4eaeb7df40bdd68bd441afd444b9da763de12",
"images": {
"img_proxy_prefix": "https://images.golos.today",
Expand All @@ -29,7 +30,8 @@
"custom_client": "blogs"
},
"notify_service": {
"host": "https://notify.golos.app"
"host": "https://notify.golos.app",
"host_ws": "wss://notify.golos.app/ws"
},
"messenger_service": {
"host": "app://chat.golos.app"
Expand Down

0 comments on commit deb908a

Please sign in to comment.