We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136c6d3 commit ecca550Copy full SHA for ecca550
1 file changed
.github/workflows/nightly-build/config.runtime.yaml
@@ -21,7 +21,7 @@ logger:
21
# 数据库配置
22
database:
23
default:
24
- link: "sqlite::@file(./data/sqlite/linapro.db)"
+ link: "sqlite::@file(/app/data/sqlite/linapro.db)"
25
debug: false
26
27
# JWT configuration
@@ -81,12 +81,12 @@ cluster:
81
# Upload configuration
82
# 上传配置
83
upload:
84
- path: "data/upload"
+ path: "/app/data/upload"
85
maxSize: 20
86
87
# Plugin configuration
88
# 插件配置
89
plugin:
90
dynamic:
91
- storagePath: "data/wasm"
+ storagePath: "/app/data/wasm"
92
autoEnable: []
0 commit comments