equal
deleted
inserted
replaced
1 |
|
2 class OAuthSettings(object): |
|
3 |
|
4 CLIENT_REDIRECT_URIS = [ |
|
5 'http://localhost:8000/authorized', |
|
6 'http://127.0.0.1:8000/authorized', |
|
7 'http://127.0.1:8000/authorized', |
|
8 'http://127.1:8000/authorized', |
|
9 ] |
|
10 RENKAN_REDIRECT_URIS = [ |
|
11 'http://127.0.0.1:8001/accounts/mtdc/login/callback/', |
|
12 'http://127.0.0.1:8001/accounts/mtdc/login/callback/', |
|
13 'http://127.0.1:8001/accounts/mtdc/login/callback/', |
|
14 'http://127.1:8001/accounts/mtdc/login/callback/', |
|
15 ] |
|