Created
June 22, 2021 18:45
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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