summaryrefslogtreecommitdiff
path: root/config.ini.template
blob: cde6a744dc801ea1f39c57d194e05d7cad85b0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[database]
driver = postgresql2
name = packages
user = pypi
files_dir = /MacDev/svn.python.org/pypi-pep345/files
docs_dir = /MacDev/svn.python.org/pypi-pep345/docs

[webui]
mailhost = mail.python.org
adminemail = richard@python.org
replyto = richard@python.org
url =  http://localhost:8000/pypi
pydotorg = http://www.python.org/

simple_script = /simple
files_url = http://localhost/pypi_files
rss_file = /tmp/pypi_rss.xml
packages_rss_file = /tmp/pypi_packages_rss.xml
debug_mode = yes
cheesecake_password = secret
key_dir = .
simple_sign_script = /serversig

[logging]
file =
mailhost =
fromaddr =
toaddrs =

[mirrors]
folder = mirrors
local-stats = local-stats
global-stats = global-stats

[sentry]
dsn = 

[uwsgi]
wsgi-file = pypi.wsgi
socket = /tmp/pypi.sock
harakiri = 60
master = 1
post-buffering = 8192
chmod-socket = 666