diff --git a/service/service-web/src/main/resources/application-dev.yml b/service/service-web/src/main/resources/application-dev.yml index 668d3b3..f7ae45c 100644 --- a/service/service-web/src/main/resources/application-dev.yml +++ b/service/service-web/src/main/resources/application-dev.yml @@ -1,24 +1,24 @@ bunny: datasource: - host: 106.15.251.123 + host: 192.168.1.4 port: 3305 sqlData: bunny_docs username: root password: "02120212" redis: - host: 47.120.65.66 + host: 192.168.1.4 port: 6379 - database: 1 - password: "02120212" + database: 3 + password: "123456" minio: - endpointUrl: "http://129.211.31.58:9000" - bucket-name: bunny-bbs + endpointUrl: "http://192.168.1.4:9000" + bucket-name: test accessKey: bunny secretKey: "02120212" nacos: - server-addr: z-bunny.cn:8848 + server-addr: 192.168.1.4:8848 discovery: - namespace: bunnyBBS \ No newline at end of file + namespace: bunnyServer \ No newline at end of file