2026-05-14 18:14:49 +09:00
|
|
|
ga:
|
|
|
|
|
redis:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
2026-05-15 00:25:18 +09:00
|
|
|
url: jdbc:postgresql://192.168.0.60:55432/ga
|
2026-05-14 18:14:49 +09:00
|
|
|
username: ga
|
|
|
|
|
password: ga
|
|
|
|
|
cache:
|
|
|
|
|
type: simple
|
|
|
|
|
autoconfigure:
|
|
|
|
|
exclude:
|
|
|
|
|
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
|
|
|
|
|
- org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
|