From ae3a43072a2eb7150f5669c96d7fd5e7ccb872c2 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Fri, 12 Apr 2024 11:21:47 +0200 Subject: [PATCH] Update configuration --- config/production.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/production.json b/config/production.json index dcce3028..ac1b39e6 100644 --- a/config/production.json +++ b/config/production.json @@ -1,15 +1,15 @@ { "name": "tosdr", "services": { - "repository": "https://github.com/OpenTermsArchive/tosdr-declarations.git", + "repository": "https://github.com/tosdr/tosdr-declarations.git", "declarationsPath": "./declarations" }, "recorder": { "versions": { "storage": { "git": { - "snapshotIdentiferTemplate": "https://github.com/OpenTermsArchive/tosdr-snapshots/commit/%SNAPSHOT_ID", - "repository": "git@github.com:OpenTermsArchive/tosdr-versions.git", + "snapshotIdentiferTemplate": "https://github.com/tosdr/tosdr-snapshots/commit/%SNAPSHOT_ID", + "repository": "git@github.com:tosdr/tosdr-versions.git", "path": "./data/versions" } } @@ -17,7 +17,7 @@ "snapshots": { "storage": { "git": { - "repository": "git@github.com:OpenTermsArchive/tosdr-snapshots.git", + "repository": "git@github.com:tosdr/tosdr-snapshots.git", "path": "./data/snapshots" } } @@ -46,15 +46,15 @@ "reporter": { "githubIssues": { "repositories": { - "declarations": "OpenTermsArchive/tosdr-declarations", - "versions": "OpenTermsArchive/tosdr-versions", - "snapshots": "OpenTermsArchive/tosdr-snapshots" + "declarations": "tosdr/tosdr-declarations", + "versions": "tosdr/tosdr-versions", + "snapshots": "tosdr/tosdr-snapshots" } } }, "dataset": { "title": "tosdr", - "versionsRepositoryURL": "https://github.com/OpenTermsArchive/tosdr-versions" + "versionsRepositoryURL": "https://github.com/tosdr/tosdr-versions" }, "api": { "port": 3000