Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ context.encryptionKey=@@encryptionKey@@

#context.oldEncryptionKey=
#context.requiredModules=
#context.pipelineConfig=/path/to/pipeline/config/dir
context.pipelineConfig=@@pathToServer@@/build/deploy/embedded/config
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having a value for this property will cause the server to always use the "enterprise" pipeline (even if there's no JMS queue configured). I ultimately want to eliminate the non-enterprise implementation completely, but I'm not sure we're ready quite yet.

Can we easily make setting this property more conditional? If not, we can try this approach but will need to be looking more widely for pipeline problems, failure to shut down cleanly, etc.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I can just have the task in sequenceAnalysis add this property, similar to how the premium module adds properties for ldapSync.

#context.serverGUID=
#context.bypass2FA=false
#context.workDirLocation=/path/to/desired/workDir
Expand Down