Created
May 23, 2015 23:30
-
-
Save scripting/af9df0198db5daa3c982 to your computer and use it in GitHub Desktop.
An example prefs.json file for PagePark that includes a domainMap section.
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
{ | |
"myPort": 80, | |
"indexFilename": "index", | |
"flProcessScriptFiles": true, | |
"extScriptFiles": "js", | |
"flProcessMarkdownFiles": true, | |
"extMarkdownFiles": "md", | |
"domainMap": { | |
"judgment.club": 5351, | |
"twitter.radio3.io": 5342, | |
"twitter.happyfriends.camp": 5338 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature is documented in the notes for v0.59.
https://github.com/scripting/pagepark#v059-52315-by-dw