Skip to content

Commit

Permalink
Made the service configurable; to handle backend requests with a serv…
Browse files Browse the repository at this point in the history
…ice token
  • Loading branch information
romanchyla committed Jun 2, 2020
1 parent bf63adb commit 8197c80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
BIBLIB_CLASSIC_SERVICE_URL = 'https://api.adsabs.edu/v1/harbour'
BIBLIB_SOLR_BIG_QUERY_URL = 'https://api.adsabs.search/v1/bigquery'
BIBLIB_USER_EMAIL_ADSWS_API_URL = 'https://api.adsabs.harvard.edu/v1/user'
BIBLIB_ADSWS_API_TOKEN = 'this is a secret api token!'
BIBLIB_ADSWS_API_DB_URI = 'sqlite:////tmp/test.db'
BIBLIB_MAX_ROWS = 2000

MAIL_DEFAULT_SENDER = '[email protected]'
MAIL_DEFAULT_SENDER = '[email protected]'

0 comments on commit 8197c80

Please sign in to comment.