Move scraper api base url to the ENV; send URL as base64 string

This commit is contained in:
Bilal
2020-05-12 13:44:09 +02:00
parent 692577fb8c
commit ff923605ad
3 changed files with 10 additions and 5 deletions

View File

@@ -24,7 +24,8 @@ API_MAP_KEY=(your-key-here)
#=============== SCRAPER API SUPORT =============#
USE_SCRAPER_API= To turn it on (1) or off (0)
SCRAPER_API_KEY= Key for Scraper api
SCRAPER_API_KEY= Key for Scraper api
SCRAPER_API_BASE_URL= Base url without question mark (example: http://sabur.kivi.ba:1337)
#=============== AWS SDK EMAIL SETTINGS =======#
AWS_KEY_ID=(your-key-here)