Skip to content

Commit 78912aa

Browse files
authored
Update README.md
1 parent e9f1bf8 commit 78912aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ invenio-cli install
5252
invenio-cli services setup --no-demo-data
5353
```
5454

55-
You'll need a rdm.conf file in /Sites, which includes secrets:
55+
You'll need to add .env file to the repository directory, which includes secrets:
5656

5757
```
5858
INVENIO_DATACITE_PASSWORD=
@@ -61,6 +61,7 @@ INVENIO_S3_ACCESS_KEY_ID=
6161
INVENIO_S3_SECRET_ACCESS_KEY=
6262
FLASK_ENV=
6363
INVENIO_LOGGING_CONSOLE_LEVEL=
64+
INVENIO_MAIL_PASSWORD=
6465
```
6566

6667
This configuration uses S3 for storage. You need to change the bucket name with

0 commit comments

Comments
 (0)