@infect/infect-rda-sample-storage
Version:
INFECT Sample Storage for RDA
17 lines (15 loc) • 441 B
YAML
database:
type: postgres
database: ${SAMPLE_STORAGE_SERVICE_DB_NAME}
schema: infect_sample_storage
hosts:
- host: ${SAMPLE_STORAGE_SERVICE_DB_HOST}
username: ${SAMPLE_STORAGE_SERVICE_DB_USER}
password: ${SAMPLE_STORAGE_SERVICE_DB_PASSWORD}
port: 5432
pools:
- read
- write
maxConnections: 20
service-registry:
host: http://localhost:9000