Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Brb 181 fwu routing (#62)
Browse files Browse the repository at this point in the history
* add properties to e2e test build

* add env vars to tests for fwu learning contents

* add env for fwu learning contents
  • Loading branch information
SteKrause authored Apr 4, 2023
1 parent 85d701c commit add52fe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ services:
- CALENDAR_URI=http://calendar:3000
- CALENDAR_API_KEY=test123
- S3_KEY=abcdefghijklmnop
# fwu learning contents
- FWU_CONTENT__S3_ENDPOINT=http://localhost:4568
- FWU_CONTENT__S3_ACCESS_KEY=S3RVER
- FWU_CONTENT__S3_SECRET_KEY=S3RVER
- FWU_CONTENT__S3_BUCKET=fwu-content
- FWU_CONTENT__S3_REGION=eu-central-1
ports:
- "3333:3333"
networks:
Expand Down
7 changes: 7 additions & 0 deletions docker-compose.end-to-end-tests-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ services:
- FILES_STORAGE__S3_BUCKET=schulcloud
- FILES_STORAGE__S3_REGION=eu-central-1
- PUBLIC_BACKEND_URL=http://server:3030/api
# fwu learning contents
- FWU_CONTENT__S3_ENDPOINT=http://localhost:4568
- FWU_CONTENT__S3_ACCESS_KEY=S3RVER
- FWU_CONTENT__S3_SECRET_KEY=S3RVER
- FWU_CONTENT__S3_BUCKET=fwu-content
- FWU_CONTENT__S3_REGION=eu-central-1

ports:
- "3030:3030"
- "5959:5959"
Expand Down
6 changes: 6 additions & 0 deletions docker-compose.integration-test-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ services:
# FEATURE TOGGLES
- LERNSTORE_MODE=LEGACY
- PUBLIC_BACKEND_URL=http://server:3030/api
# fwu learning contents
- FWU_CONTENT__S3_ENDPOINT=http://localhost:4568
- FWU_CONTENT__S3_ACCESS_KEY=S3RVER
- FWU_CONTENT__S3_SECRET_KEY=S3RVER
- FWU_CONTENT__S3_BUCKET=fwu-content
- FWU_CONTENT__S3_REGION=eu-central-1
ports:
- "3030:3030"
- "5959:5959"
Expand Down

0 comments on commit add52fe

Please sign in to comment.