增加公司机房配置
parent
05008e62a8
commit
b403c4b2fc
|
|
@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||
*/
|
||||
@Component
|
||||
@Slf4j
|
||||
@Profile({"default"})
|
||||
@Profile({"gs"})
|
||||
public class AutoCallTaskScheduled {
|
||||
|
||||
@Autowired
|
||||
|
|
|
|||
|
|
@ -43,10 +43,12 @@ spring:
|
|||
dialect: org.hibernate.dialect.DmDialect
|
||||
|
||||
# Redis
|
||||
redis:
|
||||
database: 5
|
||||
host: 10.42.6.75
|
||||
password: Whdc_890
|
||||
data:
|
||||
redis:
|
||||
host: 10.0.41.112
|
||||
port: 6379
|
||||
password: 1234567a
|
||||
database: 4
|
||||
# host: 10.0.41.112
|
||||
# password: 1234567a
|
||||
# host: 127.0.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue