Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.27 KB

File metadata and controls

30 lines (23 loc) · 1.27 KB

rawdata-client-provider-postgres

Build Status Latest Tag Renovate Quality Gate Status Coverage Snyk Security Score

Start and initialize database

docker-compose up
./docker-postgres-init-db.bash

Configuration

application.properties:

state.provider=postgres
postgres.driver.host=localhost
postgres.driver.port=5432
postgres.driver.user=rdc
postgres.driver.password=rdc
postgres.driver.database=rawdata_client