initial commit
This commit is contained in:
1
flaskapp/config/__init__.py
Normal file
1
flaskapp/config/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .secret import *
|
||||
6
flaskapp/config/secret.example.py
Normal file
6
flaskapp/config/secret.example.py
Normal file
@@ -0,0 +1,6 @@
|
||||
secret = dict()
|
||||
secret['secret_key'] = ''
|
||||
secret['oauth_client_id'] = ''
|
||||
secret['oauth_client_secret'] = ''
|
||||
secret['oauth_redirect_uri'] = ''
|
||||
secret['toornament_api_key'] = ''
|
||||
Reference in New Issue
Block a user