Skip to content

Commit ea0ac97

Browse files
committed
Change confusing key name
1 parent 613a274 commit ea0ac97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sample.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, you will need to read in the details so they can be used in your app:
1111
import os
1212
APP_ID = os.environ["APP_ID"]
1313
BASE_URL = os.environ["BASE_URL"]
14-
AUTHENTICATION_SERVICE_URL = os.environ["APPLICATION_SERVICE_URL"]
14+
AUTHENTICATION_SERVICE_URL = os.environ["AUTHENTICATION_SERVICE_URL"]
1515
PUBLIC_KEY = os.environ["PUBLIC_KEY"]
1616
CLIENT_SECRET = os.environ["CLIENT_SECRET"]
1717
# Note that SOAuth always uses this as a key pair type, so you can probably
@@ -95,7 +95,7 @@ import os
9595

9696
APP_ID = os.environ["APP_ID"]
9797
BASE_URL = os.environ["BASE_URL"]
98-
AUTHENTICATION_SERVICE_URL = os.environ["APPLICATION_SERVICE_URL"]
98+
AUTHENTICATION_SERVICE_URL = os.environ["AUTHENTICATION_SERVICE_URL"]
9999
PUBLIC_KEY = os.environ["PUBLIC_KEY"]
100100
CLIENT_SECRET = os.environ["CLIENT_SECRET"]
101101
KEY_PAIR_TYPE = "Ed25519"

0 commit comments

Comments
 (0)