We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e10295 commit ce64845Copy full SHA for ce64845
1 file changed
examples/settings.php.dist
@@ -3,6 +3,7 @@
3
return [
4
'clientId' => 'your-client-id',
5
'clientSecret' => 'your-client-secret',
6
+// 'accountId' => 'your-account-id-which-is-used-to-create-an-account_token', // optional
7
'demoUrl' => 'https://your-domain/path-to-this-directory/',
8
'oauth2scope' => 'service',
9
'apiUri' => 'https://cs-try.ssl.com/csc/v0'
0 commit comments