Skip to content

Commit 7f2c991

Browse files
authored
add missing config variables to README
1 parent 4b0c858 commit 7f2c991

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Update the configuration file under `./server/config.json`:
1919
{
2020
"EXTENSION_CLIENT_ID": "client id of my app",
2121
"WT_URL": "http://localhost:3000/",
22+
"PUBLIC_WT_URL": "https://localhost:3000/",
23+
"AUTH0_RTA": "https://auth0.auth0.com",
2224
"AUTH0_DOMAIN": "me.auth0.com",
2325
"AUTH0_CLIENT_ID": "client id of my api client",
2426
"AUTH0_CLIENT_SECRET": "client secret of my api client"
@@ -42,7 +44,7 @@ Customers can choose to implement their custom style, to do so the following set
4244
```json
4345
{
4446
"TITLE": "Fabrikam SSO Dashboard",
45-
"CUSTOM_CSS": "https://rawgit.com/auth0-extensions/auth0-delegated-administration-extension/master/docs/theme/fabrikam.css"
47+
"CUSTOM_CSS": "https://rawgit.com/auth0-extensions/auth0-sso-dashboard-extension/master/docs/theme/fabrikam.css"
4648
}
4749
```
4850

0 commit comments

Comments
 (0)