diff --git a/ktor/src/main/kotlin/ink/snowflake/server/Application.kt b/ktor/src/main/kotlin/ink/snowflake/server/Application.kt index 3e21a84..1d6d267 100644 --- a/ktor/src/main/kotlin/ink/snowflake/server/Application.kt +++ b/ktor/src/main/kotlin/ink/snowflake/server/Application.kt @@ -20,7 +20,7 @@ import io.ktor.server.application.* import io.ktor.server.tomcat.jakarta.* -//const val VIDEO_INPUT_PATH = "/tmp/" +//const val VIDEO_INPUT_PATH = "./tmp/" const val VIDEO_INPUT_PATH = "C:/tmp/" /** diff --git a/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt b/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt index 060cb8c..82a96ac 100644 --- a/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt +++ b/ktor/src/main/kotlin/ink/snowflake/server/utils/dao/ImageDao.kt @@ -33,7 +33,7 @@ object ImageDao { fun getImageList(name: String): List { return transaction { ScaImagesTable.selectAll() - .where { ScaImagesTable.name like "%$name%" } + .where { ScaImagesTable.name like "%用例$name%" } .orderBy(ScaImagesTable.upload_datetime, SortOrder.DESC) .map { ImageAnalyticsRequest( diff --git a/readme.md b/readme.md index 5b40a15..482b64b 100644 --- a/readme.md +++ b/readme.md @@ -237,8 +237,18 @@ docker image prune -f | Redis | 11835 | | | Prometheus | 19268 | | | 主机 中文版 | 8919 | | + | Kong | 7424 | | - +- MinIO + + ``` + Minio 交换机路由配置 + 交换机video_exchange + 路由/sca + 队列/sca_queue + ``` + + ## 五、其他 @@ -424,4 +434,6 @@ http-server -p 8080 pnpm preview ``` - \ No newline at end of file + + +[https://grafana.com/grafana/dashboards/]: \ No newline at end of file