remove keys
This commit is contained in:
parent
bf6b09d9f4
commit
035988a2e1
1 changed files with 6 additions and 6 deletions
|
|
@ -33,12 +33,12 @@ production:
|
|||
# If you add more providers, keep the format of the variables: provider_key, provider_secret
|
||||
|
||||
# Register your appllication with Google from https://code.google.com/apis/console#:access
|
||||
google_key: '458905029210-hhf15fe4cq93i9t88i4r49v3si1avpjr.apps.googleusercontent.com'
|
||||
google_secret: '-jXIXbaRV9xvdctpyZbbiSs5'
|
||||
google_key: ''
|
||||
google_secret: ''
|
||||
|
||||
# Register your application with Facebook from https://developers.facebook.com/
|
||||
facebook_key: '574935089296608'
|
||||
facebook_secret: 'd41ae8396a32c559c4527ab1c8c0d1b2'
|
||||
facebook_key: ''
|
||||
facebook_secret: ''
|
||||
|
||||
# Developers do not need to register their application for suse account to work.
|
||||
# You must, however, add some sample value to the variables, for the login option to appear.
|
||||
|
|
@ -50,7 +50,7 @@ production:
|
|||
|
||||
|
||||
# Register your application with GitHub from https://github.com/settings/applications
|
||||
github_key: '7e38bdc9408721600e2c'
|
||||
github_secret: '0290d60c27b1f0b9e88d73551862f6e0136976ba'
|
||||
github_key: ''
|
||||
github_secret: ''
|
||||
|
||||
# If you add more providers that do not require a key, you still have to create the 2 variables with sample data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue