|
a/pyforge/development.ini |
|
b/pyforge/development.ini |
|
... |
|
... |
13 |
#email_to = you@yourdomain.com
|
13 |
#email_to = you@yourdomain.com
|
14 |
smtp_server = localhost
|
14 |
smtp_server = localhost
|
15 |
smtp_port = 8826
|
15 |
smtp_port = 8826
|
16 |
error_email_from = paste@localhost
|
16 |
error_email_from = paste@localhost
|
17 |
# Used to uniquify references to static resources
|
17 |
# Used to uniquify references to static resources
|
18 |
build_key=2010.06.14.0
|
18 |
build_key=1276635823
|
19 |
|
19 |
|
20 |
[server:main]
|
20 |
[server:main]
|
21 |
use = egg:Paste#http
|
21 |
use = egg:Paste#http
|
22 |
host = 0.0.0.0
|
22 |
host = 0.0.0.0
|
23 |
port = 8080
|
23 |
port = 8080
|
|
... |
|
... |
47 |
# Set the locations of some static resources
|
47 |
# Set the locations of some static resources
|
48 |
# script_name is the path that is handled by the application
|
48 |
# script_name is the path that is handled by the application
|
49 |
# url_base is the prefix that references to the static resources should have
|
49 |
# url_base is the prefix that references to the static resources should have
|
50 |
ew.script_name = /nf/%(build_key)s/_ew_/
|
50 |
ew.script_name = /nf/%(build_key)s/_ew_/
|
51 |
ew.url_base = /nf/%(build_key)s/_ew_/
|
51 |
ew.url_base = /nf/%(build_key)s/_ew_/
|
|
|
52 |
# ew.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_ew_/
|
52 |
static.script_name = /nf/%(build_key)s/_static_/
|
53 |
static.script_name = /nf/%(build_key)s/_static_/
|
53 |
static.url_base = /nf/%(build_key)s/_static_/
|
54 |
static.url_base = /nf/%(build_key)s/_static_/
|
|
|
55 |
# static.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_static_/
|
54 |
|
56 |
|
55 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
57 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
56 |
|
58 |
|
57 |
# Ming setup
|
59 |
# Ming setup
|
58 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|
60 |
ming.main.master = mongo://127.0.0.1:27017/pyforge
|