File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Navigate to the `<app-config-url>` and create the following configuration variab
157157
158158```
159159S3_ACCESS_KEY_ID=root
160- S3_SECRET_ACCESS_KEY="{{secrets.miniopwd}}"
160+ S3_SECRET_ACCESS_KEY=<minio-root-password>
161161S3_ENDPOINT_URL=<minio-server-url>
162162ENCORE_URL=<svtencore-url>
163163SUBTITLE_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>
You can’t perform that action at this time.
0 commit comments