-
Notifications
You must be signed in to change notification settings - Fork 1
/
development.ini
54 lines (47 loc) · 1.14 KB
/
development.ini
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
45
46
47
48
49
50
51
52
53
54
[app:kotti]
use = egg:kotti
kotti.site_title = Kotti
kotti.secret = qwerty
kotti.includes =
kotti_website
kotti.configurators =
kotti_calendar.kotti_configure
kotti_gallery.kotti_configure
kotti_site_gallery.kotti_configure
kotti_tinymce.kotti_configure
kotti_video.kotti_configure
kotti.asset_overrides = kotti_website:kotti-overrides/
kotti.static.view_needed =
kotti.static.view_needed
kotti_website.static.css
js.forkit.forkit
pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
pyramid_debugtoolbar
mail.host = localhost
mail.port = 25
mail.username = None
mail.password = None
mail.tls = False
mail.ssl = False
mail.keyfile = None
mail.certfile = None
mail.queue_path = None
mail.default_sender = [email protected]
mail.debug = False
sqlalchemy.url = sqlite:///%(here)s/Kotti.db
[filter:fanstatic]
use = egg:fanstatic#fanstatic
[pipeline:main]
pipeline =
fanstatic
kotti
[server:main]
use = egg:waitress#main
host = 127.0.0.1
port = 5000