From f63c10ee0eed7cbcb59c68535cbccf2fa88d41e0 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 30 Jun 2018 05:18:05 -0700 Subject: Synch up source files for authentication step --- docs/tutorials/wiki2/src/authentication/development.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/tutorials/wiki2/src/authentication/development.ini') diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini index cc2a5586e..d76a6cd72 100644 --- a/docs/tutorials/wiki2/src/authentication/development.ini +++ b/docs/tutorials/wiki2/src/authentication/development.ini @@ -28,6 +28,12 @@ auth.secret = seekrit # wsgi server configuration ### +[alembic] +# path to migration scripts +script_location = tutorial/alembic +file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s +# file_template = %%(rev)s_%%(slug)s + [server:main] use = egg:waitress#main listen = localhost:6543 -- cgit v1.2.3