File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ First, you will need to read in the details so they can be used in your app:
11
11
import os
12
12
APP_ID = os.environ[" APP_ID" ]
13
13
BASE_URL = os.environ[" BASE_URL" ]
14
- AUTHENTICATION_SERVICE_URL = os.environ[" APPLICATION_SERVICE_URL " ]
14
+ AUTHENTICATION_SERVICE_URL = os.environ[" AUTHENTICATION_SERVICE_URL " ]
15
15
PUBLIC_KEY = os.environ[" PUBLIC_KEY" ]
16
16
CLIENT_SECRET = os.environ[" CLIENT_SECRET" ]
17
17
# Note that SOAuth always uses this as a key pair type, so you can probably
@@ -95,7 +95,7 @@ import os
95
95
96
96
APP_ID = os.environ[" APP_ID" ]
97
97
BASE_URL = os.environ[" BASE_URL" ]
98
- AUTHENTICATION_SERVICE_URL = os.environ[" APPLICATION_SERVICE_URL " ]
98
+ AUTHENTICATION_SERVICE_URL = os.environ[" AUTHENTICATION_SERVICE_URL " ]
99
99
PUBLIC_KEY = os.environ[" PUBLIC_KEY" ]
100
100
CLIENT_SECRET = os.environ[" CLIENT_SECRET" ]
101
101
KEY_PAIR_TYPE = " Ed25519"
You can’t perform that action at this time.
0 commit comments