Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
04e474f0
authored
Sep 17, 2023
by
JustSong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update README
parent
315d7e86
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
README.md
+1
-1
No files found.
README.md
View file @
04e474f0
...
@@ -325,7 +325,7 @@ graph LR
...
@@ -325,7 +325,7 @@ graph LR
### 命令行参数
### 命令行参数
1.
`--port <port_number>`
: 指定服务器监听的端口号,默认为
`3000`
。
1.
`--port <port_number>`
: 指定服务器监听的端口号,默认为
`3000`
。
+
例子:
`--port 3000`
+
例子:
`--port 3000`
2.
`--log-dir <log_dir>`
: 指定日志文件夹,如果没有设置,
日志将不会被保存
。
2.
`--log-dir <log_dir>`
: 指定日志文件夹,如果没有设置,
默认保存至工作目录的
`logs`
文件夹下
。
+
例子:
`--log-dir ./logs`
+
例子:
`--log-dir ./logs`
3.
`--version`
: 打印系统版本号并退出。
3.
`--version`
: 打印系统版本号并退出。
4.
`--help`
: 查看命令的使用帮助和参数说明。
4.
`--help`
: 查看命令的使用帮助和参数说明。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment