mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 13:46:24 +00:00
Merge pull request #30 from hwanny1128/feat/rag-setting
Feat/rag setting
This commit is contained in:
commit
9c611df9ce
@ -26,6 +26,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: ${DDL_AUTO:update}
|
ddl-auto: ${DDL_AUTO:update}
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@ -44,6 +44,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: none
|
ddl-auto: none
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@ -26,6 +26,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: ${JPA_DDL_AUTO:none}
|
ddl-auto: ${JPA_DDL_AUTO:none}
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@ -27,6 +27,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: ${JPA_DDL_AUTO:update}
|
ddl-auto: ${JPA_DDL_AUTO:update}
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@ -33,6 +33,10 @@ spring:
|
|||||||
database: postgresql
|
database: postgresql
|
||||||
database-platform: org.hibernate.dialect.PostgreSQLDialect
|
database-platform: org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user