mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-11-29 18:37:36 +08:00
Update cetus-rw-profile.md
This commit is contained in:
parent
e6e11793b6
commit
75ee5046a5
@ -147,7 +147,7 @@ admin-password=admin
|
||||
|
||||
# Backend Configuration
|
||||
default-db=test
|
||||
default-username=dbtest
|
||||
default-username=test
|
||||
|
||||
# File and Log Configuration
|
||||
log-file=cetus.log
|
||||
@ -162,7 +162,7 @@ proxy-address的值是Proxy监听的IP和端口,我们设置为127.0.0.1:1234
|
||||
|
||||
admin-address的值是管理模块的IP和端口,我们设置为127.0.0.1:5678;admin-username的值是管理模块的用户名,我们设置为admin;admin-password的值是管理模块的密码明文,我们设置为admin;
|
||||
|
||||
default-db的值是默认数据库,当连接未指定db时,使用的默认数据库名称,我们设置为test;default-username的值是默认登陆用户名,在Proxy启动时自动创建连接使用的用户名,我们设置为dbtest;
|
||||
default-db的值是默认数据库,当连接未指定db时,使用的默认数据库名称,我们设置为test;default-username的值是默认登陆用户名,在Proxy启动时自动创建连接使用的用户名,我们设置为test;
|
||||
|
||||
log-file的值是日志文件路径,我们设置为当前安装路径下的cetus.log;log-level的值是日志记录级别,可选 info | message | warning | error | critical(default),我们设置为debug;这些是必备启动选项,其他可选的性能配置详见[Cetus 启动配置选项说明](https://github.com/Lede-Inc/cetus/blob/master/doc/cetus-configuration.md)。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user