Skip to content

Commit

Permalink
Updated constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed May 7, 2024
1 parent 39afc2a commit a80b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/system.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a80b480

Please sign in to comment.