Matchplan/flaskapp/config/secret.example.py

7 lines
176 B
Python
Raw Permalink Normal View History

2021-05-08 05:29:32 +02:00
secret = dict()
secret['secret_key'] = ''
secret['oauth_client_id'] = ''
secret['oauth_client_secret'] = ''
secret['oauth_redirect_uri'] = ''
secret['toornament_api_key'] = ''