mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Documentation about using OpenID
This commit is contained in:
parent
983c08c8e4
commit
9eeb60b5cd
2 changed files with 17 additions and 5 deletions
|
|
@ -5,11 +5,17 @@ defaults: &defaults
|
|||
secret_key_base: '12345'
|
||||
|
||||
# For devise login tokens
|
||||
devise_secret_key: '12345'
|
||||
devise_secret_key: '12345'
|
||||
|
||||
# Your errbit API key
|
||||
# errbit_key: '12345'
|
||||
|
||||
google_key: 'changeme'
|
||||
google_secret: 'changeme'
|
||||
|
||||
facebook_key: 'changeme'
|
||||
facebook_secret: 'changeme'
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue