Manual merge of abusehelper and abusesa from parameterize branch
This commit is contained in:
parent
f517230310
commit
09ae1aa84b
10 changed files with 501 additions and 354 deletions
4
abusesa/templates/live/config.json.erb
Normal file
4
abusesa/templates/live/config.json.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"authUrl": "<%= @authurl %>",
|
||||
"boshUrl": "<%= @boshurl %>"
|
||||
}
|
6
abusesa/templates/search/Config.js.erb
Normal file
6
abusesa/templates/search/Config.js.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
var config = {
|
||||
servlet: "select",
|
||||
solrUrl: "<%= @solrurl %>",
|
||||
logoUrl: "<%= @logourl %>",
|
||||
cssFile: "<%= @cssfile %>"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue