diff --git a/index.html b/index.html
index fb6934bb..d1a9db0d 100644
--- a/index.html
+++ b/index.html
@@ -26,11 +26,9 @@
downloadSandbox: "assets/download-sandbox.html",
// NOTE: uncomment this if you want the service worker for local development
// serviceWorker: "sw.js",
- // push: {
- // appId: "io.element.hydrogen.web",
- // gatewayUrl: "...",
- // applicationServerKey: "...",
- // },
+ // NOTE: provide push config if you want push notifs for local development
+ // see assets/config.json for what the config looks like
+ // push: {...},
olm: {
wasm: "lib/olm/olm.wasm",
legacyBundle: "lib/olm/olm_legacy.js",