Skip to content

Commit 91c1161

Browse files
KasinhouMatus Kasak
andauthored
UFAL/Replaced admin name (#1069)
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 5ca7562 commit 91c1161

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dspace-api/src/test/data/dspaceFolder/config/local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spring.servlet.multipart.max-file-size = 1GB
188188
spring.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 #####

dspace/config/clarin-dspace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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?

dspace/src/main/docker-compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Prerequisites
184184
185185
Create 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
190190
Download a Zip file of AIP content and ingest test data

dspace/src/main/docker-compose/cli.ingest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)