~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to default.ini

  • Committer: Rick Harding
  • Date: 2013-01-30 16:35:32 UTC
  • mto: This revision was merged to the branch mainline in revision 133.
  • Revision ID: rick.harding@canonical.com-20130130163532-zo47nhibs846gsb2
make it so

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
session.secret = itsaseekreet
20
20
session.cookie_on_exception = true
21
21
 
22
 
session.type = file
23
 
session.data_dir = %(here)s/data/sessions/data
24
 
session.lock_dir = %(here)s/data/sessions/lock
 
22
session.type = mongodb
 
23
session.url = mongodb://localhost:27017/juju.sessions
 
24
session.skip_pickle = True
 
25
 
 
26
# session.type = file
 
27
# session.data_dir = %(here)s/data/sessions/data
 
28
# session.lock_dir = %(here)s/data/sessions/lock
25
29
#session.type = memory
26
30
 
27
31
# App Settings