double.huang 5 년 전
부모
커밋
ae4c678a1b
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      app.properties
  2. 2 2
      go.mod

+ 1 - 2
app.properties

@@ -1,3 +1,2 @@
 app.name = flarum
-app.mode = debug
-db.dataSource = root:i2sys@#2019@tcp(git.i2erp.cn:14306)/dolphin?charset=utf8&loc=Local
+app.mode = debug

+ 2 - 2
go.mod

@@ -2,9 +2,9 @@ module flarum
 
 go 1.13
 
-replace github.com/2637309949/dolphin => git.i2edu.net/dolphin/dolphin v1.0.7
+replace github.com/2637309949/dolphin => git.i2edu.net/dolphin/dolphin v1.0.8
 
 require (
-	github.com/2637309949/dolphin v1.0.7
+	github.com/2637309949/dolphin v1.0.8
 	github.com/go-sql-driver/mysql v1.5.0
 )