Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 82155bf

Browse files
committed
Remove AUTH_SECRET from environment variable examples in documentation
1 parent cd5ac66 commit 82155bf

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/content/docs/developer/development.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ import composeExample from "../../media/code/docker-compose.yml?raw";
6666

6767
以下は環境変数の例です。デプロイ方法に合わせて調整してください。:
6868

69-
- AUTH_SECRET - 認証設定で使用するシークレット
7069
- OPENAI_API_KEY - OpenAI API を使用するためのキー
7170
- OPENAI_API_ENDPOINT - OpenAI API のエンドポイント。設定しない場合はデフォルトのエンドポイントを使用します。
7271

src/content/docs/developer/host.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ import composeProdExample from "../../media/code/docker-compose.prod.yml?raw";
7070

7171
以下は環境変数の例です。デプロイ方法に合わせて調整してください。:
7272

73-
- AUTH_SECRET - 認証設定で使用するシークレット
7473
- OPENAI_API_KEY - OpenAI API を使用するためのキー
7574
- OPENAI_API_ENDPOINT - OpenAI API のエンドポイント。設定しない場合はデフォルトのエンドポイントを使用します。
7675

src/content/docs/en/developer/development.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Below is an example of a `docker-compose.yml` file that can be used for developm
6767

6868
Below are examples of environment variables. Adjust them according to your deployment method:
6969

70-
- AUTH_SECRET - Secret used for authentication settings
7170
- OPENAI_API_KEY - Key for using the OpenAI API
7271
- OPENAI_API_ENDPOINT - Endpoint for the OpenAI API. If not set, the default endpoint will be used.
7372

src/content/docs/en/developer/host.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Below is an example of a `docker-compose.yml` file that can be used for producti
7171

7272
Below are examples of environment variables. Adjust them according to your deployment method:
7373

74-
- AUTH_SECRET - Secret used for authentication settings
7574
- OPENAI_API_KEY - Key for using the OpenAI API
7675
- OPENAI_API_ENDPOINT - Endpoint for the OpenAI API. If not set, the default endpoint will be used.
7776

0 commit comments

Comments
 (0)