-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.php
More file actions
26 lines (24 loc) · 1 KB
/
config.php
File metadata and controls
26 lines (24 loc) · 1 KB
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
<?php
/**
* Define your Datafeedr API Access ID and Secret Key below.
*
* You can get your Datafeedr API Keys here:
* @link https://members.datafeedr.com/
*/
define( 'DATAFEEDR_ACCESS_ID', 'AVpHv2qzuVfC2Gqij762' );
define( 'DATAFEEDR_SECRET_KEY', 'oEfxiAGjrnfqi6GnrrsxEkcQ3unotyWvbTJ2dvBMUiKqNTKNaM2hfHJxX6kprCUr' );
/**
* Define your Amazon Product Advertising API keys below.
*
* Optional - This is only required if you are using the Datafeedr API
* to query the Amazon Product Advertising API.
*
* @link https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html
* @link https://affiliate-program.amazon.com/gp/advertising/api/detail/your-account.html
* @link https://affiliate-program.amazon.com/home
* @link http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Locales.html
*/
define( 'AMAZON_ACCESS_KEY', 'BK9R8KYZMDACMDJWEDBN' );
define( 'AMAZON_SECRET_KEY', '8W4LB/PvdDR3YfvdDR3YfTDy87TPezq8PezqwaeA' );
define( 'AMAZON_ASSOCIATE_TAG', 'mysite-20' );
define( 'AMAZON_LOCALE', 'US' );