-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
982b299
commit 0a4fafa
Showing
4 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ repositoryName: 'OAI-PMH 2.0 Data Provider' | |
# | ||
# This has to be a valid email according to RFC 822 Address Specification. | ||
# | ||
adminEmail: [email protected] | ||
adminEmail: '[email protected]' | ||
|
||
# | ||
# Database connection details | ||
|
@@ -41,13 +41,27 @@ adminEmail: [email protected] | |
# database: 'mssql://oaipmh:[email protected]/oaipmh' | ||
# database: 'mysql://root@localhost/oai?charset=utf8mb4' | ||
# database: 'pgsql://oaipmh:secret@localhost:5432/oai_data_provider' | ||
# database: 'sqlite3:////home/oaipmh/database.db' | ||
# database: 'sqlite3:////opt/oaipmh/database.db' | ||
# | ||
# Run "composer doctrine:initialize-database" after switching to a new DB to | ||
# test the settings and initialize the database! | ||
# | ||
database: 'sqlite3:///%BASEDIR%/data/sqlite3.db' | ||
|
||
# | ||
# Memory Limit | ||
# | ||
# This defines the maximum amount of memory the indexing process should use per | ||
# run before it persists changes to the database, flushes it's internal storage | ||
# and starts over with the next batch of records. Higher settings result in | ||
# better performance, but depending on the size of your records even smaller | ||
# values may be needed to prevent running out of memory. | ||
# The value is interpreted as a percentage of the PHP "memory_limit". | ||
# | ||
# [0.2 - 0.8] | ||
# | ||
memoryLimit: 0.4 | ||
|
||
# | ||
# Metadata formats, namespaces and schemas of your records | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters