More local dev config
This commit is contained in:
parent
93d644e82f
commit
aea422907e
|
@ -3,4 +3,9 @@
|
||||||
(require "../src/main.rkt")
|
(require "../src/main.rkt")
|
||||||
(main (hash 'port 8444
|
(main (hash 'port 8444
|
||||||
'reloadable? #t
|
'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"
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user