Skip to content

Commit 948d610

Browse files
authored
Merge pull request #41 from TrueNine/dev
🚀 [release] 0.0.30
2 parents 38f30db + 1532994 commit 948d610

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ org-springframework-modulith = "2.0.0-M1"
5454
org-springframework-security = "6.5.3"
5555
org-testcontainers = "1.21.3"
5656
org-testng = "7.11.0"
57-
project = "0.0.30"
57+
project = "0.0.31"
5858

5959
[libraries]
6060
ch-qos-logback-logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "ch-qos-logback" }

oss/oss-shared/src/main/kotlin/io/github/truenine/composeserver/oss/properties/OssProperties.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ data class OssProperties(
5959
var exposedBaseUrl: String? = null,
6060

6161
/** Enable SSL/TLS connection */
62-
var enableSsl: Boolean = true,
62+
var enableSsl: Boolean = false,
6363

6464
/** Connection timeout */
6565
var connectionTimeout: Duration? = DEFAULT_CONNECT_TIMEOUT,

todolist.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
- 继续优化测试用例
2-
- 为 特定 文件夹下的 md 文件编写提示词规则并同步
3-
- 为 各个 AI 工具编写索引排除,以防止上下文污染
2+
- 编写 testcontainers 简单的单独启动器

0 commit comments

Comments
 (0)