summarylogtreecommitdiffstats
path: root/config.js
diff options
context:
space:
mode:
authorZach2019-05-23 20:44:57 -0500
committerZach2019-05-23 20:44:57 -0500
commit992e30b3944f92f21bec70761e2e8fd377195ddb (patch)
treea44e6e8a9bd79db8d20ebd29218bd50937ae2954 /config.js
downloadaur-992e30b3944f92f21bec70761e2e8fd377195ddb.tar.gz
initial commit
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",
+
+};
+