Skip to content

Commit cc8a69c

Browse files
committed
chore: updated instructions for app configs
1 parent a6c69f1 commit cc8a69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Navigate to the `<app-config-url>` and create the following configuration variab
157157

158158
```
159159
S3_ACCESS_KEY_ID=root
160-
S3_SECRET_ACCESS_KEY="{{secrets.miniopwd}}"
160+
S3_SECRET_ACCESS_KEY=<minio-root-password>
161161
S3_ENDPOINT_URL=<minio-server-url>
162162
ENCORE_URL=<svtencore-url>
163163
SUBTITLE_GENERATOR_URL=<subtitle-generator-url>
@@ -196,7 +196,7 @@ Setup the open web services as described above (except for the orchestrator) and
196196
```bash
197197
% export OSC_ACCESS_TOKEN=<personal-access-token>
198198
% export S3_ACCESS_KEY_ID=root
199-
% export S3_SECRET_ACCESS_KEY="{{secrets.miniopwd}}"
199+
% export S3_SECRET_ACCESS_KEY=<minio-root-password>
200200
% export S3_ENDPOINT_URL=<minio-server-url>
201201
% export ENCORE_URL=<svtencore-url>
202202
% export SUBTITLE_GENERATOR_URL=<subtitle-generator-url>

0 commit comments

Comments
 (0)