Skip to content

Commit

Permalink
sjkldfasdjkl;fas
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed Jan 24, 2023
1 parent 8cb2e32 commit f63e9d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/configuration/tutor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ mitxpro-openedx-extensions

```
FEATURES:
SKIP_EMAIL_VALIDATION: true
SKIP_EMAIL_VALIDATION: true
^-- there should be 2 spaces here
```

to the ``FEATURES`` block (should be at the top).
Expand Down Expand Up @@ -154,9 +155,9 @@ to the ``FEATURES`` block (should be at the top).

```
{
"AUTHORIZATION_URL": "http://mitxonline.odl.local:8013/oauth2/authorize/",
"ACCESS_TOKEN_URL": "http://<MITXONLINE_GATEWAY_IP>:8013/oauth2/token/",
"API_ROOT": "http://<MITXONLINE_GATEWAY_IP>:8013/"
"AUTHORIZATION_URL": "http://mitxonline.odl.local:8013/oauth2/authorize/",
"ACCESS_TOKEN_URL": "http://<MITXONLINE_GATEWAY_IP>:8013/oauth2/token/",
"API_ROOT": "http://<MITXONLINE_GATEWAY_IP>:8013/"
}
```

Expand Down

0 comments on commit f63e9d6

Please sign in to comment.