web - receive proper uris

This commit is contained in:
Benjamin Pasero
2019-06-14 11:20:39 +02:00
parent bfc5fb4fd2
commit ee630a0895
2 changed files with 12 additions and 17 deletions

View File

@@ -16,7 +16,8 @@
self.WINDOW_CONFIGURATION = {
folderUri: '{{FOLDER}}',
workspaceUri: '{{WORKSPACE}}',
userDataUri: '{{USER_DATA}}'
userDataUri: '{{USER_DATA}}',
authority: '{{AUTHORITY}}'
}
</script>