summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication/development.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-23 17:59:54 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-23 17:59:54 -0800
commit4eb7f0b3ceee763d673535ae3365843096ebbc8a (patch)
treeee97d3aaebd21a6f3085f615a1d1f80b33f3290d /docs/tutorials/wiki2/src/authentication/development.ini
parentbb5ba0ea7dfeff26ed0c7c37e80e512c7d3f3b3d (diff)
downloadpyramid-4eb7f0b3ceee763d673535ae3365843096ebbc8a.tar.gz
pyramid-4eb7f0b3ceee763d673535ae3365843096ebbc8a.tar.bz2
pyramid-4eb7f0b3ceee763d673535ae3365843096ebbc8a.zip
wiki2/src/authentication update files
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/development.ini')
-rw-r--r--docs/tutorials/wiki2/src/authentication/development.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini
index a767a0e6f..1e08d1bce 100644
--- a/docs/tutorials/wiki2/src/authentication/development.ini
+++ b/docs/tutorials/wiki2/src/authentication/development.ini
@@ -1,6 +1,6 @@
###
# app configuration
-# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/environment.html
+# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
###
[app:main]
@@ -13,7 +13,6 @@ pyramid.debug_routematch = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
- pyramid_tm
sqlalchemy.url = sqlite:///%(here)s/tutorial.sqlite
@@ -33,7 +32,7 @@ listen = 127.0.0.1:6543 [::1]:6543
###
# logging configuration
-# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/logging.html
+# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html
###
[loggers]