forked from websauna/websauna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-secrets.ini
35 lines (29 loc) · 874 Bytes
/
test-secrets.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[authentication]
secret = $RANDOM_VALUE
[authomatic]
# This is a secret seed used in various OAuth related keys
secret = $RANDOM_VALUE
# This is a crap application I signed up on developers.facebook.com just to run unit tests.
# Maybe later make secret actual secret, but no harm should be done.
# It expects callback at http://localhost:8521/
[facebook]
# Pyramid_web2.0 app
class = authomatic.providers.oauth2.Facebook
consumer_key = $FACEBOOK_CONSUMER_KEY
consumer_secret = $FACEBOOK_CONSUMER_SECRET
scope = user_about_me, email
mapper = websauna.system.user.social.FacebookMapper
# TODO: Not implemented
[twitter]
class = authomatic.providers.oauth1.Twitter
consumer_key =
consumer_secret =
scope =
mapper =
# The secret used to hash session keys
[session]
secret = $RANDOM_VALUE
# Dummy values for run test_backup
[aws]
access_key_id = foo
secret_access_key = bar