Commit e2814194f514057e93b957465a279c2bbe52d8df
- Diff rendering mode:
- inline
- side by side
swtr/sample_config.py
(2 / 0)
  | |||
1 | # secret key for the application used in session | ||
2 | secret_key = "a long random string; see python UUID" | ||
1 | 3 | # the URL pointing to the sweet store this application will sweet to | |
2 | 4 | swtstoreURL = 'http://sweet/store/url' | |
3 | 5 | # the app_id or client_id you have recieved when you registered this |