Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0a3caeea
authored
2016-03-29 14:04:28 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
oauth
1 parent
04efba3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config.php
config.php
View file @
0a3caee
...
...
@@ -6,7 +6,7 @@ include_once("src/contrib/Google_Oauth2Service.php");
$clientId
=
'326088686201-1llld5s7s3uhb2shl4g2g9djkvq584pc.apps.googleusercontent.com'
;
//Google CLIENT ID
$clientSecret
=
'F4Fa8MdTT17f4voG4lRaOCuc'
;
//Google CLIENT SECRET
$redirectUrl
=
'http://banners.gotenzing.com/oauth2callback'
;
//return url (url to script)
$homeUrl
=
'http://banners.gotenzing.com
/
'
;
//return to home
$homeUrl
=
'http://banners.gotenzing.com'
;
//return to home
##################################
...
...
Please
register
or
sign in
to post a comment