8 lines
292 B
JavaScript
8 lines
292 B
JavaScript
|
|
// Copy to config.js (gitignored) on the anchor host.
|
||
|
|
// Served at /config.js; loaded before the React bundle in index.html.
|
||
|
|
window.WASTE_CONFIG = {
|
||
|
|
signalURL: 'wss://waste.dev.xplwd.com/ws',
|
||
|
|
// Uncomment to pre-fill the network name on this invite URL:
|
||
|
|
// defaultNetwork: 'friends',
|
||
|
|
}
|