Commit e2814194f514057e93b957465a279c2bbe52d8df

Add missing values in sample_config
  • Diff rendering mode:
  • inline
  • side by side

swtr/sample_config.py

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