Skip to content

Commit 44a419c

Browse files
committed
change odc config info
1 parent 597c468 commit 44a419c

File tree

1 file changed

+29
-35
lines changed

1 file changed

+29
-35
lines changed

docs/user-manual/sql-workbench/odc/deploy.md

Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -90,42 +90,36 @@ vi /opt/sqle/etc/config.yaml
9090
```yaml
9191
dms:
9292
id: 1
93-
api:
94-
addr: 0.0.0.0
95-
port: 10000
96-
service:
97-
database:
98-
username: root
99-
password: 123456
93+
api:
94+
addr: 0.0.0.0
95+
port: 10000
96+
service:
97+
database:
98+
username: root
99+
password: 123456
100+
host: 127.0.0.1
101+
port: 3306
102+
database: dms
103+
auto_migrate: true
104+
log:
105+
level: INFO
106+
path: logs
107+
max_size_mb: 100
108+
max_backup_number: 10
109+
sql_workbench:
110+
enable_https: false
100111
host: 127.0.0.1
101-
port: 3306
102-
database: dms
103-
auto_migrate: true
104-
log:
105-
level: INFO
106-
path: logs
107-
max_size_mb: 100
108-
max_backup_number: 10
109-
cloudbeaver:
110-
enable_https: false
111-
host: 127.0.0.1
112-
port: 8978
113-
admin_user: administrator
114-
admin_password: 123456
115-
sql_workbench:
116-
enable_https: false
117-
host: 127.0.0.1
118-
port: 8989
119-
admin_user: admin
120-
admin_password: <your_admin_password>
121-
secret_key:
122-
server_id:
123-
enable_cluster_mode: false
124-
report_host: # the host name or IP address of the cluster node
125-
database_driver_options:
126-
- db_type: MySQL
127-
logo_path: "/logo/mysql.png"
128-
params:
112+
port: 8989
113+
admin_user: admin
114+
admin_password: <your_admin_password>
115+
secret_key:
116+
server_id:
117+
enable_cluster_mode: false
118+
report_host: # the host name or IP address of the cluster node
119+
database_driver_options:
120+
- db_type: MySQL
121+
logo_path: "/logo/mysql.png"
122+
params:
129123
# 其余内容省略
130124
```
131125

0 commit comments

Comments
 (0)