diff options
Diffstat (limited to 'pyramid/paster_templates/pylons_minimal/development.ini_tmpl')
| -rw-r--r-- | pyramid/paster_templates/pylons_minimal/development.ini_tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/paster_templates/pylons_minimal/development.ini_tmpl b/pyramid/paster_templates/pylons_minimal/development.ini_tmpl index e147ba76d..569256739 100644 --- a/pyramid/paster_templates/pylons_minimal/development.ini_tmpl +++ b/pyramid/paster_templates/pylons_minimal/development.ini_tmpl @@ -10,7 +10,7 @@ session.type = file session.data_dir = %(here)s/data/sessions/data session.lock_dir = %(here)s/data/sessions/lock session.key = {{project}} -session.secret = your_app_secret_string +session.secret = {{random_string}} [pipeline:main] pipeline = egg:WebError#evalerror |
