23 lines
656 B
Properties
23 lines
656 B
Properties
spring.application.name=dewey
|
|
|
|
# PostgreSQL
|
|
spring.datasource.url=jdbc:postgresql://192.168.100.230:5432/dewey_memory
|
|
spring.datasource.username=dewey
|
|
spring.datasource.password=0bk1rWu98mGl5ea3
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
# JPA
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
spring.jpa.properties.hibernate.format_sql=true
|
|
|
|
# Redis
|
|
spring.data.redis.host=localhost
|
|
spring.data.redis.port=6379
|
|
|
|
# Embedding service
|
|
# all-mpnet-base-v2 768d embedding endpoint
|
|
embedding.api.base-url=http://localhost:8000
|
|
embedding.api.path=/embed
|