mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
openID keys for localhost in example secrets, so that openID works out of the box
This commit is contained in:
parent
6755328c4c
commit
c8e741d0ca
1 changed files with 4 additions and 4 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: ''
|
||||
google_secret: ''
|
||||
google_key: '458905029210-hhf15fe4cq93i9t88i4r49v3si1avpjr.apps.googleusercontent.com'
|
||||
google_secret: '-jXIXbaRV9xvdctpyZbbiSs5'
|
||||
|
||||
# Register your application with Facebook from https://developers.facebook.com/
|
||||
facebook_key: ''
|
||||
facebook_secret: ''
|
||||
facebook_key: '574935089296608'
|
||||
facebook_secret: 'd41ae8396a32c559c4527ab1c8c0d1b2'
|
||||
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue