Skip to content

Commit

Permalink
Merge pull request #13 from actiontech/修改配置信息
Browse files Browse the repository at this point in the history
修改配置信息
  • Loading branch information
Gygkimo95 authored Jan 4, 2024
2 parents 9b723de + d6888ed commit 0d55905
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/deploy-manual/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dms:
id: 1
api:
addr: "0.0.0.0"
port: 7601
port: 10000
enable_https: false
cert_file_path: './etc/cert.pem'
key_file_path: './etc/key.pem'
Expand Down Expand Up @@ -58,7 +58,7 @@ sqle:
dms_server_address: "http://127.0.0.1:10000"
api:
addr: "127.0.0.1"
port: 10000
port: 10001
enable_https: false
cert_file_path: './etc/cert.pem'
key_file_path: './etc/key.pem'
Expand Down
4 changes: 2 additions & 2 deletions docs/deploy-manual/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ SQLE 提供了多种安装部署的方式,用户可以结合自己的环境和
3. [Docker 部署](./Docker.md)
4. [Docker Compsoe 部署](./DockerCompose.md)
## 如何访问
SQLE 对外提供 web 服务,在程序部署完成后,即可通过 SQLE UI 访问:http://127.0.0.1:7601, 地址和端口为配置文件内 dms.api 配置项。
SQLE 对外提供 web 服务,在程序部署完成后,即可通过 SQLE UI 访问:http://127.0.0.1:10000, 地址和端口为配置文件内 dms.api 配置项。
:::tip
ps:ip 和端口请根据前面的配置自行替换,默认端口是7601
ps:ip 和端口请根据前面的配置自行替换,默认端口是10000
:::
## 初始用户
* 用户名:admin
Expand Down
3 changes: 3 additions & 0 deletions docs/deploy-manual/rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ chmod +x scripts/init_start.sh
./scripts/init_start.sh
```

## 访问SQLE
SQLE 对外提供 web 服务,在程序部署完成后,即可通过 SQLE UI 访问:http://127.0.0.1:10000, 地址和端口为配置文件内 dms.api 配置项。

## 启动失败问题诊断
参考:https://github.com/actiontech/sqle/discussions/1239

0 comments on commit 0d55905

Please sign in to comment.