We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f1bf8 commit 78912aaCopy full SHA for 78912aa
README.md
@@ -52,7 +52,7 @@ invenio-cli install
52
invenio-cli services setup --no-demo-data
53
```
54
55
-You'll need a rdm.conf file in /Sites, which includes secrets:
+You'll need to add .env file to the repository directory, which includes secrets:
56
57
58
INVENIO_DATACITE_PASSWORD=
@@ -61,6 +61,7 @@ INVENIO_S3_ACCESS_KEY_ID=
61
INVENIO_S3_SECRET_ACCESS_KEY=
62
FLASK_ENV=
63
INVENIO_LOGGING_CONSOLE_LEVEL=
64
+INVENIO_MAIL_PASSWORD=
65
66
67
This configuration uses S3 for storage. You need to change the bucket name with
0 commit comments