fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Yiyuan Liu
2025-03-13 11:49:43 +08:00
committed by GitHub
parent a188ed39ec
commit 3c100b90ce
7 changed files with 163 additions and 473 deletions

View File

@@ -7,11 +7,11 @@ async = true
name = 'normal'
start_level = 'NONE'
writer_type = 'FILE'
file_path = '{{ env.LOG_FILE }}'
file_path = '${STORAGE_LOG}'
[[server.base.groups]]
[server.base.groups.listener]
listen_port = {{ env.PORT }}
listen_port = ${STORAGE_PORT}
[[server.base.groups]]
[server.base.groups.listener]