mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user