24 lines
683 B
Properties
24 lines
683 B
Properties
|
# Servers.
|
||
|
conductor.grpc-server.enabled=false
|
||
|
|
||
|
# Database persistence type.
|
||
|
conductor.db.type=postgres
|
||
|
conductor.postgres.jdbcUrl=jdbc:postgresql://postgresdb:5432/conductor
|
||
|
conductor.postgres.jdbcUsername=conductor
|
||
|
conductor.postgres.jdbcPassword=password
|
||
|
|
||
|
|
||
|
# Hikari pool sizes are -1 by default and prevent startup
|
||
|
conductor.postgres.connectionPoolMaxSize=10
|
||
|
conductor.postgres.connectionPoolMinIdle=2
|
||
|
|
||
|
|
||
|
# Elastic search instance indexing is enabled.
|
||
|
conductor.indexing.enabled=true
|
||
|
conductor.elasticsearch.url=http://elasticsearch:9200
|
||
|
workflow.elasticsearch.instanceType=EXTERNAL
|
||
|
workflow.elasticsearch.index.name=conductor
|
||
|
|
||
|
# Load sample kitchen sink workflow
|
||
|
loadSample=false
|