Merge pull request #30 from hwanny1128/feat/rag-setting

Feat/rag setting
This commit is contained in:
Daewoong Jeon 2025-10-29 10:52:22 +09:00 committed by GitHub
commit 9c611df9ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 20 additions and 0 deletions

View File

@ -26,6 +26,10 @@ spring:
hibernate:
ddl-auto: ${DDL_AUTO:update}
# Flyway Configuration
flyway:
enabled: false
# Redis Configuration
data:
redis:

View File

@ -44,6 +44,10 @@ spring:
hibernate:
ddl-auto: none
# Flyway Configuration
flyway:
enabled: false
# Redis Configuration
data:
redis:

View File

@ -26,6 +26,10 @@ spring:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:none}
# Flyway Configuration
flyway:
enabled: false
# Redis Configuration
data:
redis:

View File

@ -27,6 +27,10 @@ spring:
hibernate:
ddl-auto: ${JPA_DDL_AUTO:update}
# Flyway Configuration
flyway:
enabled: false
# Redis Configuration
data:
redis:

View File

@ -33,6 +33,10 @@ spring:
database: postgresql
database-platform: org.hibernate.dialect.PostgreSQLDialect
# Flyway Configuration
flyway:
enabled: false
# Redis Configuration
data:
redis: