Skip to content

Commit

Permalink
Update configuration (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt authored Apr 12, 2024
1 parent a4a7194 commit a3b5114
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/production.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"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"
}
}
},
"snapshots": {
"storage": {
"git": {
"repository": "git@github.com:OpenTermsArchive/tosdr-snapshots.git",
"repository": "git@github.com:tosdr/tosdr-snapshots.git",
"path": "./data/snapshots"
}
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a3b5114

Please sign in to comment.