File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,6 +223,13 @@ system-wide-salt=secret
223223# speech-to-text.aws.region=
224224# speech-to-text.aws.identity-pool-id=
225225
226+ # aws.accessKeyId - [key or leave empty] AWS Translate public key
227+ # aws.secretAccessKey - [key or leave empty] AWS Translate secret key
228+ # aws.region - [region or leave empty] AWS Translate server region
229+ aws.accessKeyId =
230+ aws.secretAccessKey =
231+ aws.region =
232+
226233# OpenAI and AWS Bedrock Chat endpoints (optional)
227234# OPENAI_API_KEY=
228235# aws.bedrock.api.key=
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ spring.servlet.multipart.max-request-size=100MB
4242# henry_verification_url - [url or leave empty] henry verification url
4343# henry_scoring_url - [url or leave empty] henry scoring url
4444# henry_client_id - [id or leave empty] henry client token id
45- # aws.accessKeyId - [key or leave empty] AWS Translate public key
46- # aws.secretAccessKey - [key or leave empty] AWS Translate secret key
47- # aws.region - [region or leave empty] AWS Translate server region
4845
4946wise.name =My Local WISE Development Instance
5047wise.hostname =http://localhost:8080
@@ -76,10 +73,6 @@ berkeley_cRater_scoring_url=
7673berkeley_cRater_client_id =
7774berkeley_cRater_password =
7875
79- aws.accessKeyId =
80- aws.secretAccessKey =
81- aws.region =
82-
8376# ######## database properties #########
8477
8578# Modify below as needed.
@@ -223,6 +216,13 @@ system-wide-salt=secret
223216# speech-to-text.aws.region=
224217# speech-to-text.aws.identity-pool-id=
225218
219+ # aws.accessKeyId - [key or leave empty] AWS Translate public key
220+ # aws.secretAccessKey - [key or leave empty] AWS Translate secret key
221+ # aws.region - [region or leave empty] AWS Translate server region
222+ aws.accessKeyId =
223+ aws.secretAccessKey =
224+ aws.region =
225+
226226# OpenAI and AWS Bedrock Chat endpoints (optional)
227227# OPENAI_API_KEY=
228228# aws.bedrock.api.key=
You can’t perform that action at this time.
0 commit comments