16 lines
371 B
YAML
16 lines
371 B
YAML
|
|
ga:
|
||
|
|
redis:
|
||
|
|
enabled: false
|
||
|
|
|
||
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
url: jdbc:postgresql://125.241.236.203:55432/ga
|
||
|
|
username: ga
|
||
|
|
password: ga
|
||
|
|
cache:
|
||
|
|
type: simple
|
||
|
|
autoconfigure:
|
||
|
|
exclude:
|
||
|
|
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
|
||
|
|
- org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
|