7 lines
264 B
INI
7 lines
264 B
INI
app.datasource.url=jdbc:postgresql://localhost:5434/charm_repository
|
|
app.datasource.username=postgres
|
|
app.datasource.password=123456
|
|
app.datasource.driver=org.postgresql.Driver
|
|
app.datasource.fetch-size=50
|
|
app.datasource.max-rows=100
|
|
app.datasource.query-timeout=5 |