From a80b480dda2fcdbbf09bcb58e56130f2aee2b1aa Mon Sep 17 00:00:00 2001 From: sahalali Date: Tue, 7 May 2024 13:13:27 +0400 Subject: [PATCH] Updated constants --- src/config/system.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/system.config.ts b/src/config/system.config.ts index ef0442e..f9b5f65 100644 --- a/src/config/system.config.ts +++ b/src/config/system.config.ts @@ -5,7 +5,7 @@ const { env } = process; export const ARTSDATA: { ENDPOINT: string, REPOSITORY: string } = { ENDPOINT: env.ARTSDATA_ENDPOINT || "https://db.artsdata.ca/", - REPOSITORY: env.REPOSITORY || "artsdata2" + REPOSITORY: env.REPOSITORY || "artsdata" }; export const APPLICATION = {