Manual merge of abusehelper and abusesa from parameterize branch

This commit is contained in:
Ossi Salmi 2015-03-16 17:12:34 +02:00
parent f517230310
commit 09ae1aa84b
10 changed files with 501 additions and 354 deletions

View file

@ -0,0 +1,4 @@
{
"authUrl": "<%= @authurl %>",
"boshUrl": "<%= @boshurl %>"
}

View file

@ -0,0 +1,6 @@
var config = {
servlet: "select",
solrUrl: "<%= @solrurl %>",
logoUrl: "<%= @logourl %>",
cssFile: "<%= @cssfile %>"
};