File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55// Configure an app for testing
66// Register one here: https://build.envato.com/my-apps/
7- define ('TEST_OAUTH_SECRET ' , 'UeITwZSUjY8i1PpTgBUPqZRJXObDB7JX ' );
7+ define ('TEST_OAUTH_SECRET ' , 'Enter a client secret here for testing ' );
88define ('TEST_OAUTH_REDIRECT ' , 'https://localhost/ ' );
9- define ('TEST_OAUTH_CLIENT ' , 'oauth-test-hctds8wd ' );
9+ define ('TEST_OAUTH_CLIENT ' , 'oauth-client-id123456 ' );
1010
11+ // Create a token with the OAuth app above and paste it here
1112define ('TEST_OAUTH_CODE ' , '' );
1213
1314// Configure a personal token for testing
1415// Register one here: https://build.envato.com/my-apps/
15- define ('TEST_PERSONAL_TOKEN ' , 'zImroz44UrMDJcglOmLGKiALa3wrjdf6 ' );
16+ define ('TEST_PERSONAL_TOKEN ' , 'Enter a personal token here for testing ' );
You can’t perform that action at this time.
0 commit comments