Skip to content

Commit b23fa2e

Browse files
committed
Update example config to be more readable
1 parent 031bc99 commit b23fa2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Examples/AferoLab/AferoLab/APIClientConfig-EXAMPLE2.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<plist version="1.0">
44
<dict>
55
<key>OAuthClientId</key>
6-
<string>MY_OATHCLIENTID</string>
6+
<string>MY_OAUTH_CLIENT_ID</string>
77
<key>OAuthOpenIdURL</key>
8-
<string>MY_OATHOPENIDURL</string>
8+
<string>MY_OAUTH_OPENID_URL</string>
99
<key>OAuthRedirectURL</key>
10-
<string>MY_OATHREDIRECTURL</string>
10+
<string>MY_OAUTH_REDIRECT_URL</string>
1111
<key>APIHostname</key>
12-
<string>MY_APIHOSTNAME</string>
12+
<string>MY_API_HOSTNAME</string>
1313
<key>AuthenticatorCert</key>
14-
<string>MY_AUTHENTICATORCERT</string>
14+
<string>MY_AUTHENTICATOR_CERT</string>
1515
</dict>
1616
</plist>

0 commit comments

Comments
 (0)