summarylogtreecommitdiffstats
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 000000000000..031154c4aa54
--- /dev/null
+++ b/config.js
@@ -0,0 +1,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",
+
+};
+