Products and blogs
This commit is contained in:
8
src/main/resources/application-local.properties
Normal file
8
src/main/resources/application-local.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user