just some config options to remember

This commit is contained in:
mixedpuppy 2010-09-24 13:33:20 -07:00
Родитель c3f194fe6a
Коммит e67096ba19
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -83,6 +83,8 @@ next = csrf
# probably don't want to turn this on as every time you restart the server
# you will need to re-authenticate
#beaker.type = memory
#beaker.type = ext:memcached
#beaker.url = 127.0.0.1:11211
beaker.session.key = linkdrop
beaker.session.secret = somesecret
@ -124,6 +126,7 @@ beaker.session.secret = somesecret
# SQLAlchemy database URL
sqlalchemy.url = sqlite:///%(here)s/development.db
#sqlalchemy.url = mysql+mysqldb://linkdrop:linkdrop@localhost/linkdrop
# SQLAlchemy migration
# if managed, the migration repository is here