abusesa: Fix abusesa search config template
This commit is contained in:
parent
695f353f3b
commit
8aeea48a71
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
var config = {
|
||||
solrUrl: "<%= @abusesa_search_solrurl %>",
|
||||
servlet: "admin/luke"
|
||||
servlet: "admin/luke",
|
||||
solrUrl: "<%= @solrurl %>",
|
||||
logoUrl: "<%= @logourl %>",
|
||||
cssFile: "<%= @cssfile %>"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue