aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-04-22 00:37:12 +0200
committerstonedDiscord <Tukz@gmx.de>2021-04-22 00:37:12 +0200
commitd977d4d3cadd333629d93e8eb16ee02c1b5c1788 (patch)
treefb2299991d40d29d52efd185984234ddf7ac812a /webAO
parent8923668c1c0441cb0d2977f45f6b1a6f2ab3abaa (diff)
uncurse ipfs
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 5ee1142..b5e4706 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -35,7 +35,7 @@ const serverIP = queryDict.ip;
let mode = queryDict.mode;
// Unless there is an asset URL specified, use the wasabi one
-const DEFAULT_HOST = "https://bafybeicndnzjokdlnf4ooigvkav7clnvkll3pbigifw5td6inhbrindue4.ipfs.dweb.link/";
+const DEFAULT_HOST = "http://attorneyoffline.de/base/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";