This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-05-15 09:46:58 -04:00
parent e9d2fa3103
commit 9218b7657b
5 changed files with 80 additions and 9 deletions

18
config/oauthClients.php Normal file
View 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',
],
];