-
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.
This should also work around the problem with the about page reporting the wrong engine version sometimes after an upgrade (daisy/pipeline-assembly#97) because system.properties is now always overwritten.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
roles/test-server/files/opt/daisy-pipeline2/etc/system.properties
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,37 @@ | ||
#fwk version | ||
org.daisy.pipeline.version=1.9.11-SNAPSHOT | ||
#misc conf | ||
derby.stream.error.file=/var/log/daisy-pipeline2/derby.log | ||
logback.configurationFile=file:/etc/opt/daisy-pipeline2/config-logback.xml | ||
org.daisy.pipeline.iobase=${org.daisy.pipeline.data}/jobs | ||
org.daisy.pipeline.logdir=/var/log/daisy-pipeline2 | ||
#number of parallel workers | ||
org.daisy.pipeline.procs=1 | ||
org.daisy.pipeline.xproc.configuration=${org.daisy.pipeline.home}/etc/config-calabash.xml | ||
# org.ops4j.pax.logging.DefaultServiceLog.level=WARN | ||
# org.ops4j.pax.logging.service.frameworkEventsLogLevel=TRACE | ||
|
||
# To load AWT in headless mode when running the Braille modules | ||
java.awt.headless=true | ||
|
||
#WS configuration | ||
org.daisy.pipeline.ws.host=localhost | ||
#allow local filesystem interaction | ||
#org.daisy.pipeline.ws.localfs=true | ||
#org.daisy.pipeline.ws.authentication=false | ||
#org.daisy.pipeline.ws.authentication.key=clientid | ||
#org.daisy.pipeline.ws.authentication.secret=supersecret | ||
|
||
#SSL | ||
#org.daisy.pipeline.ws.ssl=true | ||
#org.daisy.pipeline.ws.ssl.keystore=${org.daisy.pipeline.home}/etc/keystore | ||
#org.daisy.pipeline.ws.ssl.keystorepassword=password | ||
#org.daisy.pipeline.ws.ssl.keypassword=password | ||
|
||
#persistence properties | ||
#org.daisy.pipeline.persistence.url=jdbc:mysql://localhost:3306/daisy_pipeline | ||
#org.daisy.pipeline.persistence.user=root | ||
#org.daisy.pipeline.persistence.password=pass | ||
|
||
#calabash properties | ||
com.xmlcalabash.config.user="" |
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