This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ import composeExample from "../../media/code/docker-compose.yml?raw";
66
66
67
67
以下は環境変数の例です。デプロイ方法に合わせて調整してください。:
68
68
69
- - AUTH_SECRET - 認証設定で使用するシークレット
70
69
- OPENAI_API_KEY - OpenAI API を使用するためのキー
71
70
- OPENAI_API_ENDPOINT - OpenAI API のエンドポイント。設定しない場合はデフォルトのエンドポイントを使用します。
72
71
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ import composeProdExample from "../../media/code/docker-compose.prod.yml?raw";
70
70
71
71
以下は環境変数の例です。デプロイ方法に合わせて調整してください。:
72
72
73
- - AUTH_SECRET - 認証設定で使用するシークレット
74
73
- OPENAI_API_KEY - OpenAI API を使用するためのキー
75
74
- OPENAI_API_ENDPOINT - OpenAI API のエンドポイント。設定しない場合はデフォルトのエンドポイントを使用します。
76
75
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ Below is an example of a `docker-compose.yml` file that can be used for developm
67
67
68
68
Below are examples of environment variables. Adjust them according to your deployment method:
69
69
70
- - AUTH_SECRET - Secret used for authentication settings
71
70
- OPENAI_API_KEY - Key for using the OpenAI API
72
71
- OPENAI_API_ENDPOINT - Endpoint for the OpenAI API. If not set, the default endpoint will be used.
73
72
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ Below is an example of a `docker-compose.yml` file that can be used for producti
71
71
72
72
Below are examples of environment variables. Adjust them according to your deployment method:
73
73
74
- - AUTH_SECRET - Secret used for authentication settings
75
74
- OPENAI_API_KEY - Key for using the OpenAI API
76
75
- OPENAI_API_ENDPOINT - Endpoint for the OpenAI API. If not set, the default endpoint will be used.
77
76
You can’t perform that action at this time.
0 commit comments