diff --git a/conf/.env b/conf/.env index 9760273..55e942f 100644 --- a/conf/.env +++ b/conf/.env @@ -109,7 +109,7 @@ MICROBIN_JSON_DB=false # as without this option, and thus is unsuited if you are # running MicroBin directly. Default value: unset. Example # values: https://myserver.com/ or https://192.168.0.10:8080/ -MICROBIN_PUBLIC_PATH=https://__DOMAIN____PATH__/ +MICROBIN_PUBLIC_PATH=https://__DOMAIN__/ # Sets a shortened path to use when the user copies URL from # the application. This will also use shorter endpoints, diff --git a/manifest.toml b/manifest.toml index 1d121fa..28b44f0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,10 +35,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.path] - type = "path" - default = "/microbin" - [install.init_main_permission] type = "group" default = "visitors"