summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/web/webconf.py
blob: 27c17371eab824f36220e9672815dfdb047730c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
#
# Python documentation web application configuration file
#

# Where the server listens.
listen_addr = 'localhost'
listen_port = 3000

# How patch mails are sent.
patch_mail_from = 'patches@localhost'
patch_mail_to = 'docs@localhost'
patch_mail_smtp = 'localhost'