The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 12e3f23c authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

* reverted vendor to vufind.org state

* added composer.phar
* updated all dependencies from composer.json

Conflicts:
	vendor/composer/installed.json
parent 1141ca80
No related merge requests found
......@@ -16,5 +16,7 @@ See online documentation at http://vufind.org/wiki/vufind2:installation_notes
Modules
-------
new modules added by finc and community
* all non-global non-community modules go to
module/finc/
......@@ -18,9 +18,9 @@ autoConfigure = true
[Site]
; Base URL is normally auto-detected, but this setting is used when autodetection is
; not possible (i.e. during sitemap generation at the command line).
url = "https://alpha.finc.info/vufind_eah"
email = team@finc.info
title = "EAH vufind2"
url = http://library.myuniversity.edu/vufind
email = support@myuniversity.edu
title = "Library Catalog"
; This is the default theme for non-mobile devices (or all devices if mobile_theme
; is disabled below). Available standard themes:
; blueprint = XHTML theme using Blueprint + jQuery libraries
......@@ -222,7 +222,7 @@ hideLogin = false
; Set this to false if you would like to store local passwords in plain text
; (only applies when method = Database above).
hash_passwords = "1"
hash_passwords = false
; Allow users to recover passwords via email (if supported by Auth method)
; You can set the subject of recovery emails in your
......@@ -238,11 +238,11 @@ recover_hash_lifetime = 1209600
change_password = true
; Set this to false if you would like to store catalog passwords in plain text
encrypt_ils_password = "1"
encrypt_ils_password = false
; This is the key used to encrypt and decrypt catalog passwords. This must be
; filled in with a random string value when encrypt_ils_passwords is set to true.
ils_encryption_key = "4fa968bb383bb357b5e7279941bd282824dc9a69"
ils_encryption_key = false
; This setting may optionally be uncommented to restrict the email domain(s) from
; which users are allowed to register when using the Database method.
......@@ -312,12 +312,8 @@ recordsBySource = false
; This section requires no changes for most installations
[Index]
engine = Solr
#url = http://localhost:8080/solr
#default_core = biblio
url = http://141.39.229.21:8080/solrfusion
url = http://localhost:8080/solr
default_core = biblio
; This setting needs to match the <maxBooleanClauses> setting in your solrconfig.xml
; file; when VuFind has to look up large numbers of records using ID values, it may
; have to restrict the size of its result set based on this limitation.
......@@ -359,7 +355,7 @@ disable_from = false
; This section needs to be changed to match your database connection information
[Database]
database = "mysql://vufind_eah:jerwertUr@localhost/vufind_eah"
database = mysql://root@localhost/vufind
; If your database (e.g. PostgreSQL) uses a schema, you can set it here:
;schema = schema_name
......@@ -1136,8 +1132,3 @@ tags = enabled
; This controls the maximum length of a single tag; it should correspond with the
; field size in the tags database table.
max_tag_length = 64
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment