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