Skip to content

Commit

Permalink
📝 docs: fix typo on docker-compose doc (lobehub#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhiyongde authored Sep 3, 2024
1 parent 8adbff2 commit 6790334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/self-hosting/server-database/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ docker compose up -d
- `Redirect URI` should be `http://localhost:3210/api/auth/callback/logto`
- `Post sign-out redirect URI` should be `http://localhost:3210/`

3. Obtain the `Client ID` and `Client Secret`, and fill them into your `.env` file corresponding to `LOGTO_CLIENT_ID` and `LOGTO_CLIENT_SECRET`.
3. Obtain the `App ID` and `App secrets`, and fill them into your `.env` file corresponding to `LOGTO_CLIENT_ID` and `LOGTO_CLIENT_SECRET`.

### Configure MinIO S3

Expand Down Expand Up @@ -257,7 +257,7 @@ You need to first access the WebUI for configuration:
src="https://github.com/user-attachments/assets/5b816379-c07b-40ea-bde4-df16e2e4e523"
/>

5. Obtain `Client ID` and `Client Secret`, and fill them into your `.env` file under `LOGTO_CLIENT_ID` and `LOGTO_CLIENT_SECRET`.
5. Obtain `App ID` and `App secrets`, and fill them into your `.env` file under `LOGTO_CLIENT_ID` and `LOGTO_CLIENT_SECRET`.

6. Set `LOGTO_ISSUER` in your `.env` file to `https://lobe-auth-api.example.com/oidc`.

Expand Down
4 changes: 2 additions & 2 deletions docs/self-hosting/server-database/docker-compose.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker compose up -d
- `Redirect URI``http://localhost:3210/api/auth/callback/logto`
- `Post sign-out redirect URI``http://localhost:3210/`

3. 获取 `Client ID``Client Secret`,填入 `.env` 文件中对应的 `LOGTO_CLIENT_ID``LOGTO_CLIENT_SECRETT`
3. 获取 `App ID``App secrets`,填入 `.env` 文件中对应的 `LOGTO_CLIENT_ID``LOGTO_CLIENT_SECRETT`

### 配置 MinIO S3

Expand Down Expand Up @@ -255,7 +255,7 @@ docker compose up -d # 重新启动
src="https://github.com/user-attachments/assets/5b816379-c07b-40ea-bde4-df16e2e4e523"
/>

5. 获取 `Client ID``Client Secret`,填入你的 `.env` 文件中的 `LOGTO_CLIENT_ID``LOGTO_CLIENT_SECRETT`
5. 获取 `App ID``App secrets`,填入你的 `.env` 文件中的 `LOGTO_CLIENT_ID``LOGTO_CLIENT_SECRETT`

6. 配置你的 `.env` 文件中 `LOGTO_ISSUER``https://lobe-auth-api.example.com/oidc`

Expand Down

0 comments on commit 6790334

Please sign in to comment.