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 # 连接超时时间(单位:毫秒)