More local dev config

This commit is contained in:
Tony Garnock-Jones 2015-01-21 16:02:16 -05:00
parent 93d644e82f
commit aea422907e

View File

@ -3,4 +3,9 @@
(require "../src/main.rkt")
(main (hash 'port 8444
'reloadable? #t
'package-index-url "http://localhost/~tonyg/pkg-catalog-static/pkgs-all.json.gz"
'static-cached-directory (build-path (find-system-path 'home-dir)
"public_html/pkg-catalog-static")
'static-cached-urlprefix "http://localhost/~tonyg/pkg-catalog-static/"
'backend-baseurl "https://localhost:8445"
))