From e2814194f514057e93b957465a279c2bbe52d8df Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Thu, 29 May 2014 17:33:06 +0530 Subject: [PATCH] Add missing values in sample_config --- swtr/sample_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swtr/sample_config.py b/swtr/sample_config.py index 27833a9..8f8269b 100644 --- a/swtr/sample_config.py +++ b/swtr/sample_config.py @@ -1,3 +1,5 @@ +# secret key for the application used in session +secret_key = "a long random string; see python UUID" # the URL pointing to the sweet store this application will sweet to swtstoreURL = 'http://sweet/store/url' # the app_id or client_id you have recieved when you registered this -- 1.7.10.4