Example application.properties for running SMILE web service only - mskcc/smile-server GitHub Wiki

# spring web server port
server.port=3000

# set to true if running in dev mode (web app only)
dev.mode=true

# nats server
nats.consumer_name=
nats.consumer_password=
nats.url=
nats.filter_subject=
nats.request_wait_time_in_seconds=15

# spring data neo4j
spring.data.neo4j.username=neo4j
spring.data.neo4j.password=somepassword
spring.data.neo4j.uri=bolt://localhost:7687

# OracleDB connection settings
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver

# JPA settings
spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
spring.jpa.hibernate.use-new-id-generator-mappings=false
spring.jpa.hibernate.ddl-auto=none
crdb.query_timeout_seconds=5

# nats ssl
nats.tls_channel=false
nats.keystore_path=
nats.truststore_path=
#nats.keystore_path=
nats.key_password=
nats.store_password=

# messaging configuration
num.new_request_handler_threads=1

# new request topics
igo.new_request_topic=
consistency_check.new_request_topic=

# promoted request topics
num.promoted_request_handler_threads=1
igo.promoted_request_topic=
consumers.promoted_request_topic=

# request/sample update topics
smile.igo_request_update_topic=
smile.igo_sample_update_topic=
smile.cmo_request_update_topic=
smile.cmo_sample_update_topic=

# dmp sample topics
smile.dmp_new_sample_topic=
smile.dmp_sample_update_topic=
consumers.dmp_new_sample_topic=
consumers.dmp_sample_update_topic=

# request-reply topics
request_reply.patient_samples_topic=
request_reply.crdb_mapping_topic=
request_reply.cmo_label_generator_topic=

# cmo patient id correction topics
smile.correct_cmoptid_topic=

# messaging failures filepath
smile.publishing_failures_filepath=

# request handling failure filepath
smile.request_handling_failures_filepath=