Private
Public Access
1
0

updated TP callback

This commit is contained in:
Sander Roosendaal
2017-04-22 20:59:37 +02:00
parent 71a04ba57f
commit 07cac2e205

View File

@@ -245,7 +245,8 @@ UNDERARMOUR_REDIRECT_URI = "http://rowsandall.com/underarmour_callback"
# TrainingPeaks
TP_CLIENT_ID = CFG["tp_client_id"]
TP_CLIENT_SECRET = CFG["tp_client_secret"]
TP_REDIRECT_URI = "http://localhost:8000/tp_callback"
TP_REDIRECT_URI = "http://rowsandall.com/tp_callback"
#TP_REDIRECT_URI = "http://localhost:8000/tp_callback"
TP_CLIENT_KEY = TP_CLIENT_ID
# RQ stuff