HOR-4485
This commit is contained in:
18
config/oauthClients.php
Normal file
18
config/oauthClients.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'pm' => [
|
||||
'clientId' => 'x-pm-local-client',
|
||||
'clientSecret' => '179ad45c6ce2cb97cf1029e212046e81',
|
||||
'clientName' => 'PM Web Designer',
|
||||
'clientDescription' => 'ProcessMaker Web Designer App',
|
||||
'clientWebsite' => 'www.processmaker.com',
|
||||
],
|
||||
'mobile' => [
|
||||
'clientId' => 'x-pm-mobile-client',
|
||||
'clientSecret' => '4426746995afa07e7485df1055471800',
|
||||
'clientName' => 'PM Mobile App',
|
||||
'clientDescription' => 'PM Mobile App for Android and iOS',
|
||||
'clientWebsite' => 'www.processmaker.com',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user