aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/index.dev.html
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/index.dev.html')
-rw-r--r--sdnr/wt/odlux/framework/src/index.dev.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/src/index.dev.html b/sdnr/wt/odlux/framework/src/index.dev.html
index 4dc353c44..69c5f0607 100644
--- a/sdnr/wt/odlux/framework/src/index.dev.html
+++ b/sdnr/wt/odlux/framework/src/index.dev.html
@@ -26,7 +26,7 @@
faultApp.register();
// inventoryApp.register();
// helpApp.register();
- app("./app.tsx").configureApplication({ authentication:"oauth", enablePolicy: false, transportpceUrl:"http://test.de"});
+ app("./app.tsx").configureApplication({ authentication:"basic", enablePolicy: false, transportpceUrl:"http://test.de"});
app("./app.tsx").runApplication();
});
</script>