summarylogtreecommitdiffstats
path: root/config.js
blob: 031154c4aa545e209a538d3122765940e6662f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * This is basic configuration for EnhancedSteam extension,
 * Uncomment this class, fill in your data and rename file to config.js
 */

let Config = {

    ApiServerHost: "https://esapi.isthereanydeal.com",
    CdnHost: "https://es.isthereanydeal.com",
    PublicHost: "https://es.isthereanydeal.com",

};