##// END OF EJS Templates
dependencies: bumped test libraries....
dependencies: bumped test libraries. pytest==3.1.2 py==1.4.34 pytest-cov==2.5.1 pytest-sugar==0.8.0 pytest-runner==2.11.1 pytest-profiling==1.2.6

File last commit:

r1282:90601d74 default
r1863:7e505d15 default
Show More
plugin_init.mako
16 lines | 561 B | application/x-mako | MakoHtmlLexer
<script>
var CHANNELSTREAM_URLS = ${config['url_gen'](request)|n};
%if request.registry.rhodecode_plugins['channelstream']['enabled'] and c.rhodecode_user.username != h.DEFAULT_USER:
var CHANNELSTREAM_SETTINGS = {
'enabled': true,
'ws_location': '${request.registry.settings.get('channelstream.ws_url')}',
'webapp_location': '${h.url('/', qualified=True)[:-1]}'
};
%else:
var CHANNELSTREAM_SETTINGS = {
'enabled':false,
'ws_location': '',
'webapp_location': ''};
%endif
</script>