diff --git a/authorized_keys.toml b/authorized_keys.toml index 1972f77f..7e2ca5c8 100644 --- a/authorized_keys.toml +++ b/authorized_keys.toml @@ -1,3 +1,4 @@ [namespace_keys] -lann = ["sha256:860aa709220e3f077f3f8666ee28a37f98ff98583f383c8e2b13cf66ba758093"] -fake = ["fake-key"] + +[package_keys] +"lann:test" = ["sha256:860aa709220e3f077f3f8666ee28a37f98ff98583f383c8e2b13cf66ba758093"] \ No newline at end of file diff --git a/fly.toml b/fly.toml index f759a615..bdcd7798 100644 --- a/fly.toml +++ b/fly.toml @@ -13,6 +13,7 @@ primary_region = "ord" WARG_LISTEN = "0.0.0.0:8090" WARG_DATA_STORE = "postgres" WARG_CONTENT_DIR = "/mnt/registry_content" + WARG_CONTENT_BASE_URL = "https://preview-registry.bytecodealliance.org" [[mounts]] source = "preview_registry_content"