Skip to content

Commit

Permalink
Merge pull request #49 from cultuurnet/feature/III-6388
Browse files Browse the repository at this point in the history
Merge config.json and publishers.json
  • Loading branch information
willaerk authored Nov 12, 2024
2 parents 5131cce + 7a6bc0c commit b5080b4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
34 changes: 33 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
{
"api": "https://curator-test.uitdatabank.be"
"api": "https://curator-test.uitdatabank.be",
"publishers": [
{
"name": "BILL",
"urls": [
"bill.be"
]
},
{
"name": "BRUZZ",
"urls": [
"bruzz.be"
],
"blacklisted_urls": [
"admin.bruzz.be",
"staging.bruzz.be",
"stag.bruzz.be",
"bruzz.be/node"
]
},
{
"name": "Gazet van Antwerpen",
"urls": [
"gva.be"
]
},
{
"name": "VRTNWS",
"urls": [
"vrt.be/vrtnws"
]
}
]
}
32 changes: 0 additions & 32 deletions publishers.json

This file was deleted.

0 comments on commit b5080b4

Please sign in to comment.