-
Notifications
You must be signed in to change notification settings - Fork 28
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
4b55843
commit c1d362e
Showing
14 changed files
with
108 additions
and
147 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
|
||
db.options: | ||
driver: pdo_mysql | ||
host: 127.0.0.1 | ||
port: 3306 | ||
dbname: gemini | ||
user: changeme | ||
password: changeme | ||
|
||
log: | ||
# Valid log levels are: | ||
# DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY, NONE | ||
# log level none won't open logfile | ||
level: DEBUG | ||
file: ../gemini.log | ||
|
||
security: | ||
# toggles JWT security for service | ||
enable: false | ||
# Path to the syn config file for authentication. | ||
# example can be found here: | ||
# https://github.com/Islandora-CLAW/Syn/blob/master/conf/syn-settings.example.xml | ||
config: ../syn-settings.xml |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
|
||
fedora: | ||
base_url: http://localhost:8080/fcrepo/rest | ||
|
||
log: | ||
# Valid log levels are: | ||
# DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY, NONE | ||
# log level none won't open logfile | ||
level: DEBUG | ||
file: ../houdini.log | ||
|
||
houdini: | ||
# path to the convert executable | ||
executable: convert | ||
formats: | ||
valid: | ||
- image/jpeg | ||
- image/png | ||
- image/tiff | ||
- image/jp2 | ||
default: image/jpeg | ||
|
||
security: | ||
# toggles JWT security for service | ||
enable: false | ||
# Path to the syn config file for authentication. | ||
# example can be found here: | ||
# https://github.com/Islandora-CLAW/Syn/blob/master/conf/syn-settings.example.xml | ||
config: ../syn-settings.xml |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
|
||
fedora: | ||
base_url: http://localhost:8080/fcrepo/rest | ||
|
||
log: | ||
# Valid log levels are: | ||
# DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY, NONE | ||
# log level none won't open logfile | ||
level: DEBUG | ||
file: ../hypercube.log | ||
|
||
hypercube: | ||
# path to the convert executable | ||
executable: tesseract | ||
|
||
security: | ||
# toggles JWT security for service | ||
enable: false | ||
# Path to the syn config file for authentication. | ||
# example can be found here: | ||
# https://github.com/Islandora-CLAW/Syn/blob/master/conf/syn-settings.example.xml | ||
config: ../syn-settings.xml |
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