Commit e2814194f514057e93b957465a279c2bbe52d8df
Add missing values in sample_config
| | | | | | 1 | # secret key for the application used in session |
---|
| | 2 | secret_key = "a long random string; see python UUID" |
---|
1 | # the URL pointing to the sweet store this application will sweet to | 3 | # the URL pointing to the sweet store this application will sweet to |
---|
2 | swtstoreURL = 'http://sweet/store/url' | 4 | swtstoreURL = 'http://sweet/store/url' |
---|
3 | # the app_id or client_id you have recieved when you registered this | 5 | # the app_id or client_id you have recieved when you registered this |
---|