Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into feature/convert-percentage

This commit is contained in:
dm
2021-02-06 00:27:30 +01:00
9 changed files with 126 additions and 38 deletions

View File

@@ -17,7 +17,8 @@
webHost: location.host,
webEndpoint: location.origin,
apiEndpoint: location.origin,
websocketsEndpoint: location.origin.replace("https:","wss:").replace("http:","ws:")
websocketsEndpoint: location.origin.replace("https:","wss:").replace("http:","ws:"),
options: <%- config.spacedeck ? JSON.stringify(config.spacedeck) : "{}" %>
};
</script>