Skip to content

Commit 23136b0

Browse files
committed
Moved AWS keys to bottom of properties files
1 parent 7c93790 commit 23136b0

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

src/main/resources/application-dockerdev-sample.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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=

src/main/resources/application_sample.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

4946
wise.name=My Local WISE Development Instance
5047
wise.hostname=http://localhost:8080
@@ -76,10 +73,6 @@ berkeley_cRater_scoring_url=
7673
berkeley_cRater_client_id=
7774
berkeley_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=

0 commit comments

Comments
 (0)