From 391852d3b4e404df0d58a38397cb102fbf688d93 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Fri, 8 Nov 2024 12:09:27 +0100 Subject: [PATCH] Update fly.toml --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 40689ef..2baee46 100644 --- a/fly.toml +++ b/fly.toml @@ -15,8 +15,8 @@ primary_region = 'fra' INVENIO_BABEL_DEFAULT_TIMEZONE = "UTC" # Invenio-Records-Resources - INVENIO_SITE_API_URL = "https://beta.rogue-scholar.org/api" - INVENIO_SITE_UI_URL = "https://beta.rogue-scholar.org" + INVENIO_SITE_API_URL = "https://rogue-scholar.org/api" + INVENIO_SITE_UI_URL = "https://rogue-scholar.org" # Invenio-Search INVENIO_SEARCH_INDEX_PREFIX = "invenio-rdm-"