vegashacker / lawnelephant

the web app about nothing.

This URL has Read+Write access

vegashacker (author)
Fri Apr 03 16:31:27 -0700 2009
commit  6657c855175bdd72c7b1adf122908831a7b8183a
tree    0cf98c69df29e4356dc6a41414a7de46098fa412
parent  921b024a632c8d869d863e779bcb5325e05a7ec3
lawnelephant / settings-prod.scm
100644 8 lines (6 sloc) 0.306 kb
1
2
3
4
5
6
7
8
(require (planet "settings.scm" ("vegashacker" "leftparen.plt" 4 (= 1))))
 
(setting-set! *PORT* 1123)
;; use #f if you want to listen to all incoming IPs:
(setting-set! *LISTEN_IP* #f)
(setting-set! *WEB_APP_URL* "http://lawnelephant.com/")
(setting-set! *PATH_TO_DATA* "/home/rob/le-prod-code/prod-data")