Skip to content

Commit dcabd4e

Browse files
author
Mehran Rahbardar
committed
conflict fix
2 parents ec84fd5 + d51eefd commit dcabd4e

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.idea
22
doc
33
config_test.php
4-
config.php
4+
config.php
5+

config.php

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
<?php
2-
$config = [
3-
//main endpont:
4-
"service"=>"http://sandbox.fanapium.com:8080/",
5-
"sso"=>"http://sandbox.fanapium.com/oauth2/",
6-
"sso_service"=>"http://sandbox.fanapium.com/",
7-
"client_id"=>"40f6433a961bc1aff11b5ba3",
8-
"client_secret"=>"9bf8077e",
9-
//the url of where this app is deployed
10-
"home"=>"http://79.174.163.69/php-oauth-simple/"
11-
];
12-
13-
14-
15-
1+
$config = [
2+
//main endpont:
3+
"service"=>"__http://SERVICE.ENDPOINT/__",
4+
//oauth endpoint:
5+
"sso"=>"__http://SERVICE.ENDPOINT/oauth__",
6+
"client_id"=>"__CLIENT_ID__",
7+
"client_secret"=>"__CLIENT_SECRET__",
8+
//the url of where this app is deployed
9+
"home"=>"http://WHERE_THIS_CODE_DEPLOYED/"
10+
];

0 commit comments

Comments
 (0)