8 lines
249 B
INI
8 lines
249 B
INI
spring.datasource.url=jdbc:postgresql://localhost:5432/dealfinder
|
|
spring.datasource.username=postgres
|
|
spring.datasource.password=postgres
|
|
spring.jpa.show-sql = true
|
|
|
|
logging.level.org.flywaydb=DEBUG
|
|
|
|
dealfinder.ollama.baseUrl=http://10.0.0.254:11434 |