From 76927ac8285d6297c2f760ee1424aeeaa5498feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sat, 12 Jul 2025 19:39:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BB=9F=E4=B8=80=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b19e302..a82a970 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,7 +9,7 @@ spring: config: import: "classpath:factory-reset.yml" datasource: - url: jdbc:sqlite:../db/matrix-spray.db + url: jdbc:sqlite:db/app.db driver-class-name: org.sqlite.JDBC sql: init: @@ -40,10 +40,10 @@ jwt: tcp: enable: true # 是否开启 TCP 连接 server-enable: true # 是否开启 TCP 连接 - host: 127.0.0.1 +# host: 127.0.0.1 # host: 192.168.1.106 # host: 192.168.1.140 - # host: 192.168.100.168 + host: 192.168.100.168 port: 9080 reconnect: 5000 # 断线重连间隔(单位:毫秒) timeout: 10000 # 连接超时时间(单位:毫秒)