Add OpenID test documentation
* Write a paragraph that informs contributors about the openID test accounts that are available and provide instructions on how to enable them in development (#1315) in CONTRIBUTING.md * Add missing environment variable for openID logins via openSUSE (OSEM_SUSE_KEY, OSEM_SUSE_SECRET) in dotenv.example
This commit is contained in:
parent
d90d2344d6
commit
dcd57934fb
3 changed files with 18 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ OSEM_FACEBOOK_SECRET=''
|
|||
OSEM_GITHUB_KEY=''
|
||||
OSEM_GITHUB_SECRET=''
|
||||
|
||||
# OMNIAUTH Developer KEY/Secret for SUSE/openSUSE
|
||||
OSEM_SUSE_KEY=''
|
||||
OSEM_SUSE_SECRET=''
|
||||
|
||||
# STRIPE Publishable/Secret keys
|
||||
# test keys for development mode, live for production mode
|
||||
STRIPE_PUBLISHABLE_KEY=''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue