contrib/deploy: get my paths out of there
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 13 Jun 2010 11:07:12 -0400 |
parents |
4196b409b8b0
|
children |
83c03382b6fc
|
branches/tags |
deploy |
files |
contrib/deploy/wsgi.py |
Changes
--- a/contrib/deploy/wsgi.py Sun Jun 13 10:44:27 2010 -0400
+++ b/contrib/deploy/wsgi.py Sun Jun 13 11:07:12 2010 -0400
@@ -4,9 +4,9 @@
# If hg-review is not on your webserver's PYTHONPATH, uncomment the lines
# below and point it at the hg-review/review directory.
import sys
-sys.path.insert(0, "/Users/sjl/src/hg-review/review")
+sys.path.insert(0, "/path/to/hg-review/review")
-REPO = '/Users/sjl/Desktop/hg-review'
+REPO = '/path/to/your/repo'
READ_ONLY = True
ALLOW_ANON_COMMENTS = True
ANON_USER = 'Anonymous <anonymous@example.com>'