Skip to content

Commit ecca550

Browse files
committed
fix: update database and upload paths in config.runtime.yaml for consistency
1 parent 136c6d3 commit ecca550

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-build/config.runtime.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ logger:
2121
# 数据库配置
2222
database:
2323
default:
24-
link: "sqlite::@file(./data/sqlite/linapro.db)"
24+
link: "sqlite::@file(/app/data/sqlite/linapro.db)"
2525
debug: false
2626

2727
# JWT configuration
@@ -81,12 +81,12 @@ cluster:
8181
# Upload configuration
8282
# 上传配置
8383
upload:
84-
path: "data/upload"
84+
path: "/app/data/upload"
8585
maxSize: 20
8686

8787
# Plugin configuration
8888
# 插件配置
8989
plugin:
9090
dynamic:
91-
storagePath: "data/wasm"
91+
storagePath: "/app/data/wasm"
9292
autoEnable: []

0 commit comments

Comments
 (0)