File tree Expand file tree Collapse file tree
dspace-api/src/test/data/dspaceFolder/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ spring.servlet.multipart.max-file-size = 1GB
188188spring.servlet.multipart.max-request-size = 1GB
189189
190190# #### HELP DESK #####
191- lr.help.mail = test@test.com
191+ lr.help.mail = dspace.admin.dev@dataquest.sk
192192
193193
194194# #### BITSTREAM DOWNLOAD #####
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ the email and the url is not blacklisted.
6565# #### HELP DESK #####
6666# `lr.help.mail` is exposed to the FE - must be set as exposed
6767
68- lr.help.mail = test@test .sk
68+ lr.help.mail = dspace.admin.dev@dataquest .sk
6969
7070# Admin could upload the file bigger than maximum upload size.
7171# Should be this big file deleted from where it was uploaded?
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ Prerequisites
184184
185185Create an admin account. By default, the dspace-cli container runs the dspace command.
186186```
187- docker-compose -p d7 -f docker-compose-cli.yml run --rm dspace-cli create-administrator -e test@test.edu -f admin -l user -p admin -c en
187+ docker-compose -p d7 -f docker-compose-cli.yml run --rm dspace-cli create-administrator -e dspace.admin.dev@dataquest.sk -f admin -l user -p admin -c en
188188```
189189
190190Download a Zip file of AIP content and ingest test data
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
1212 dspace-cli :
1313 environment :
1414 - AIPZIP=https://github.com/DSpace-Labs/AIP-Files/raw/main/dogAndReport.zip
15- - ADMIN_EMAIL=test@test.edu
15+ - ADMIN_EMAIL=dspace.admin.dev@dataquest.sk
1616 - AIPDIR=/tmp/aip-dir
1717 entrypoint :
1818 - /bin/bash
You can’t perform that action at this time.
0 commit comments