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

Commit 69bbe00

Browse files
committed
Release challenge test
1 parent ceedd17 commit 69bbe00

File tree

10 files changed

+399
-169
lines changed

10 files changed

+399
-169
lines changed

TopcoderXDeploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Sample from our local development environment:
3838
AWS_ACCESS_KEY_ID: 'FAKE_ACCESS_KEY_ID'
3939
AWS_SECRET_ACCESS_KEY: 'FAKE_SECRET_ACCESS_KEY'
4040
AWS_REGION: 'FAKE_REGION'
41-
IS_LOCAL: true
41+
IS_LOCAL: 'true'
4242
```
4343
## Kafka
4444

@@ -185,7 +185,7 @@ TOPIC: topcoder-x
185185
AWS_ACCESS_KEY_ID: FAKE_ACCESS_KEY_ID
186186
AWS_SECRET_ACCESS_KEY: FAKE_SECRET_ACCESS_KEY
187187
AWS_REGION: FAKE_REGION
188-
IS_LOCAL: true
188+
IS_LOCAL: 'true'
189189
```
190190

191191
#### Topcoder-X receiver
@@ -203,7 +203,7 @@ TOPIC: topcoder-x
203203
AWS_ACCESS_KEY_ID: FAKE_ACCESS_KEY_ID
204204
AWS_SECRET_ACCESS_KEY: FAKE_SECRET_ACCESS_KEY
205205
AWS_REGION: FAKE_REGION
206-
IS_LOCAL: true
206+
IS_LOCAL: 'true'
207207
```
208208

209209
#### Topcoder-X UI
@@ -229,5 +229,5 @@ WEBSITE: https://x.topcoder-dev.com
229229
AWS_ACCESS_KEY_ID: FAKE_ACCESS_KEY_ID
230230
AWS_SECRET_ACCESS_KEY: FAKE_SECRET_ACCESS_KEY
231231
AWS_REGION: FAKE_REGION
232-
IS_LOCAL: true
232+
IS_LOCAL: 'true'
233233
```

configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following config parameters are supported, they are defined in `src/config.j
3030
|AWS_ACCESS_KEY_ID | The Amazon certificate key to use when connecting. Use local dynamodb you can set fake value|FAKE_ACCESS_KEY_ID |
3131
|AWS_SECRET_ACCESS_KEY | The Amazon certificate access key to use when connecting. Use local dynamodb you can set fake value|FAKE_SECRET_ACCESS_KEY |
3232
|AWS_REGION | The Amazon certificate region to use when connecting. Use local dynamodb you can set fake value|FAKE_REGION |
33-
|IS_LOCAL | Use Amazon DynamoDB Local or server. |true |
33+
|IS_LOCAL | Use Amazon DynamoDB Local or server. |'false' |
3434

3535
## GitHub OAuth App Setup
3636

0 commit comments

Comments
 (0)