forked from codeforamerica/CutePets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
24 lines (20 loc) · 847 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# NOTE. This is for local testing only. Use the heroku commands in the README to set these values on heroku.
# For security reasons, never push your secret keys to github.
# Twitter Keys
api_key='your_api_key_goes_here'
api_secret='your_api_secret_key_goes_here'
access_token='your_access_token_goes_here'
access_token_secret='your_access_token_secret_goes_here'
# Pet Datasource Config
# value is either 'petfinder' or 'petharbor'
pet_datasource='petfinder'
# Petfinder Keys
# These must be set for data to be fetched from petfinder
petfinder_key='your_petfinder_key_goes_here'
petfinder_shelter_id='MA38'
# Petharbor Key
# This must be set for data to be fetched from Petharbor
petharbor_shelter_id='DNVR'
# This must be all or a smaller set of these pet types.
# The types must be separated by a space.
petharbor_pet_types='cat dog others'