public
Description: the web app about nothing.
Homepage: http://lawnelephant.com
Clone URL: git://github.com/vegashacker/lawnelephant.git
lawnelephant / settings-localhost.scm
100644 8 lines (6 sloc) 0.289 kb
1
2
3
4
5
6
7
8
(require (planet "settings.scm" ("vegashacker" "leftparen.plt" 5 (= 0))))
 
(setting-set! *PORT* 8765)
;; use #f if you want to listen to all incoming IPs:
(setting-set! *LISTEN_IP* "127.0.0.1")
(setting-set! *WEB_APP_URL* "http://localhost:8765/")
;;(setting-set! *ALLOW_DEFINE_DEBUG* #t)