File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "model" : " oauth2.provider_accesstoken " ,
3
+ "model" : " oauth2_provider.application " ,
4
4
"pk" : 1 ,
5
5
"fields" : {
6
- "created" : " 2020-02-29 21:30:30.418260 +00:00 " ,
7
- "updated" : " 2020-02-29 21:30:30.418279 +00:00 " ,
6
+ "created" : " 2020-02-29 21:30:30Z " ,
7
+ "updated" : " 2020-02-29 21:30:30Z " ,
8
8
"client_id" : " VkHFfFlxnVCMYtYCWRxphbvPQUJjmER4cWtwqe7Q" ,
9
9
"client_secret" : " xhLXNqXnOlkUiGCDFJLxQJjPb3CltLZNFZtzOsLgFfvwbYY60kYWRRBmqyjzfrnNyT6WWdIbfQEPpU854K2UiofmXtybFD1QkfIR9VVQyK3ttJpET7GormIBjK9CQRap" ,
10
10
"redirect_uris" : " http://localhost:8065/login/gitcoin/complete http://localhost:8065/signup/gitcoin/complete http://localhost:8065/oauth/gitcoin/complete" ,
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ if [ ! -f /provisioned ] || [ "$FORCE_PROVISION" = "on" ]; then
56
56
57
57
if [ " $DISABLE_INITIAL_LOADDATA " != " on" ]; then
58
58
59
+ python3 manage.py loaddata app/fixtures/oauth_application.json
59
60
python3 manage.py loaddata app/fixtures/users.json
60
61
python3 manage.py loaddata app/fixtures/economy.json
61
62
python3 manage.py loaddata app/fixtures/profiles.json
Original file line number Diff line number Diff line change 264
264
"Id" : " VkHFfFlxnVCMYtYCWRxphbvPQUJjmER4cWtwqe7Q" ,
265
265
"Scope" : " read" ,
266
266
"AuthEndpoint" : " http://localhost:8000/login/github/?next=" ,
267
- "TokenEndpoint" : " http://localhost :8000/o/token/" ,
268
- "UserApiEndpoint" : " http://localhost :8000/api/user/me"
267
+ "TokenEndpoint" : " http://web :8000/o/token/" ,
268
+ "UserApiEndpoint" : " http://web :8000/api/user/me"
269
269
},
270
270
"GitLabSettings" : {
271
271
"Enable" : true ,
You can’t perform that action at this time.
0 commit comments