File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
/.idea
2
2
doc
3
3
config_test.php
4
- config.php
4
+ config.php
5
+
Original file line number Diff line number Diff line change 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
+ ];
You can’t perform that action at this time.
0 commit comments