Skip to content

Instantly share code, notes, and snippets.

@scripting
Created June 22, 2021 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/c524e2bdd535c342560a73594cd5d96e to your computer and use it in GitHub Desktop.
Save scripting/c524e2bdd535c342560a73594cd5d96e to your computer and use it in GitHub Desktop.
A config.json file for PagePark that's used to test the mirrors feature.
{
"mirrors": {
"/test.opml": "http://scripting.com/publicfolder/pageparkTestFiles/rssjs.opml",
"/test.jpg": "http://scripting.com/publicfolder/pageparkTestFiles/peach.jpg",
"/test.png": "http://scripting.com/publicfolder/pageparkTestFiles/tree.png",
"/test.xml": "http://scripting.com/publicfolder/pageparkTestFiles/davetwitterfeed.xml",
"/test.json": "http://scripting.com/publicfolder/pageparkTestFiles/wodemo.json",
"/test.txt": "http://scripting.com/publicfolder/pageparkTestFiles/applejoke.txt",
"/test.md": "http://scripting.com/publicfolder/pageparkTestFiles/test.md"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment