From 07cac2e2051307ca690e56ed0a0e2622c6370f3b Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 22 Apr 2017 20:59:37 +0200 Subject: [PATCH] updated TP callback --- rowsandall_app/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index b02cd593..498119b2 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -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