cubicweb/skeleton/development.ini.tmpl
changeset 12053 c3c9f2e1424c
parent 12052 1a1d2f5faddb
child 12054 d830ea048c97
--- a/cubicweb/skeleton/development.ini.tmpl	Fri Mar 10 12:02:41 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-###
-# app configuration
-# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
-###
-
-[app:main]
-use = egg:cubicweb#main
-
-pyramid.reload_templates = true
-pyramid.debug_authorization = false
-pyramid.debug_notfound = false
-pyramid.debug_routematch = false
-pyramid.default_locale_name = en
-pyramid.includes =
-    pyramid_debugtoolbar
-    cubicweb_%(cubename)s
-
-# By default, the toolbar only appears for clients from IP addresses
-# '127.0.0.1' and '::1'.
-# debugtoolbar.hosts = 127.0.0.1 ::1
-
-##
-# CubicWeb instance settings
-# http://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/
-##
-cubicweb.instance = %%(instance)s
-cubicweb.bwcompat = False
-cubicweb.debug = True
-# cubicweb.session.secret =
-# cubicweb.auth.authtkt.persistent.secret =
-cubicweb.auth.authtkt.persistent.secure = False
-# cubicweb.auth.authtkt.session.secret =
-cubicweb.auth.authtkt.session.secure = False
-
-###
-# wsgi server configuration
-###
-
-[server:main]
-use = egg:waitress#main
-listen = 127.0.0.1:6543 [::1]:6543