diff --git a/techhero-platform-permission-local.yml b/techhero-platform-permission-local.yml index 24f7324..3a65550 100644 --- a/techhero-platform-permission-local.yml +++ b/techhero-platform-permission-local.yml @@ -1,15 +1,15 @@ spring: -# redis: -# database: 10 -# host: test-env -# port: 6379 -# password: techhero -# timeout: 0 -# pool: -# max-active: 8 -# max-wait: -1 -# max-idle: 8 -# min-idle: 0 + redis: + database: 10 + host: dev-env + port: 6379 + password: techhero + timeout: 0 + pool: + max-active: 8 + max-wait: -1 + max-idle: 8 + min-idle: 0 datasource: type: com.alibaba.druid.pool.DruidDataSource #MySQL配置