Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Jul 21, 2022
1 parent 478adb0 commit 5d45ab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/util/holochain.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ export const HOLOCHAIN_POLL_INTERVAL_FAST = 5000
// const conductorPortMatch = window.location.host.split('.')[0].match(/\d{4,6}/)

export const HOLOCHAIN_DEFAULT_COMMUNITY_SLUG = 'holochain'
export const HOLOCHAIN_WEBSOCK_URI_DEFAULT = 'ws://localhost'
export const HOLOCHAIN_WEBSOCK_PORT_DEFAULT = '3400'
export const HOLOCHAIN_WEBSOCKET_URI = process.env.HOLOCHAIN_WEBSOCKET_URI
// For support on launcher (prev. Holoscape)?
// export const HOLOCHAIN_WEBSOCK_URI_DEFAULT = 'ws://localhost'
// export const HOLOCHAIN_WEBSOCK_PORT_DEFAULT = '3400'
// HOLOCHAIN_WEBSOCK_URI_DEFAULT + ':' +
// (conductorPortMatch ? conductorPortMatch[0] : HOLOCHAIN_WEBSOCK_PORT_DEFAULT)

Expand Down

0 comments on commit 5d45ab6

Please sign in to comment.