Skip to content

Commit

Permalink
docs: add link for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 9, 2024
1 parent 734858b commit 757a23c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/user-guide/integrations/metabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ information.

- Use Greptime's Postgres protocol port `4003` as port. If you changed the
defaults, use you own settings.
- Username and password are optional if you didn't enable authentication.
- Username and password are optional if you didn't enable
[authentication](/user-guide/operations/authentication.md).
- Use `public` as default *Database name*. When using GreptimeCloud instance,
use the database name from your instance.
3 changes: 2 additions & 1 deletion docs/user-guide/integrations/superset.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Follow the SQLAlchemy URI pattern to provide your connection information:
greptimedb://<username>:<password>@<host>:<port>/<database>
```

- Ignore `<username>:<password>@` if you don't have authentication enabled.
- Ignore `<username>:<password>@` if you don't have
[authentication](/user-guide/operations/authentication.md) enabled.
- Use `4003` for default port (this extension uses Postgres protocol).
- Use `public` as default `database`. When using GreptimeCloud instance, use the
database name from your instance.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
进一步添加其他数据库信息:

- 端口请填写 GreptimeDB 的 Postgres 协议端口 `4003`
- 如果没有启动认证,用户名和密码字段是可选的。
- 如果没有开启[认证](/user-guide/operations/authentication.md),用户名和密码字段
是可选的。
- 默认填写 `public` 作为 *数据库名*。如果是使用 GreptimeCloud 的实例,可以从控制
台复制数据库名称。
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pip install greptimedb-sqlalchemy
greptimedb://<username>:<password>@<host>:<port>/<database>
```

- 如果没有启动认证,可以忽略 `<username>:<password>@` 部分。
- 如果没有启动[认证](/user-guide/operations/authentication.md),可以忽略
`<username>:<password>@` 部分。
- 默认端口 `4003` (我们用 PostgresSQL 协议通信)。
- 默认数据库 `public`。如果是使用 GreptimeCloud 实例,可以从控制台复制数据库名称。

0 comments on commit 757a23c

Please sign in to comment.