From a3b511498d885e2c1ae8d4962a4e1051f8ccf1c9 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Fri, 12 Apr 2024 15:29:35 +0200 Subject: [PATCH] Update configuration (#20) --- 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