From 769cb71e3be8b900b673ca7b1fd229ae5aea488d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 14 Feb 2025 16:13:53 +0000 Subject: [PATCH] Fixed typo --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c1de0b6..0808ab4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -118,7 +118,7 @@ services: # Custom invenio settings - INVENIO_SECURITY_REGISTERABLE=False # Disable manual user registration - INVENIO_MAIL_SUPPRESS_SEND=False # Allow server to send emails - - RDM_DEFAULT_CITATION_STYLE = "vancouver" + - INVENIO_RDM_DEFAULT_CITATION_STYLE = "vancouver" depends_on: search: condition: service_started