mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 14:24:26 +01:00
update example env
This commit is contained in:
@@ -11,7 +11,7 @@ VITE_PROXY="wss://p.mutinywallet.com"
|
||||
VITE_ESPLORA="https://mutinynet.com/api"
|
||||
VITE_LSP="https://signet-lsp.mutinywallet.com"
|
||||
VITE_RGS="https://rgs.mutinynet.com/snapshot/"
|
||||
VITE_SELFHOSTED="true"
|
||||
# VITE_SELFHOSTED="true" // Removes Mutiny+
|
||||
VITE_AUTH="https://auth-staging.mutinywallet.com"
|
||||
VITE_SUBSCRIPTIONS="https://subscriptions-staging.mutinywallet.com"
|
||||
VITE_STORAGE="https://storage-staging.mutinywallet.com/v2"
|
||||
|
||||
@@ -21,7 +21,7 @@ export default {
|
||||
pending: "Pending",
|
||||
error_safe_mode:
|
||||
"Mutiny is running in safe mode. Lightning is disabled.",
|
||||
self_hosted: "Self-hosted",
|
||||
self_hosted: "Self-hosted"
|
||||
},
|
||||
contacts: {
|
||||
new: "new",
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function App() {
|
||||
</Show>
|
||||
<Show when={state.settings?.selfhosted === "true"}>
|
||||
<div class="text-white-400 -my-1 box-border w-fit rounded bg-neutral-800 px-2 py-1 text-xs uppercase">
|
||||
{i18n.t("common.self_hosted")}
|
||||
{i18n.t("common.self_hosted")}
|
||||
</div>
|
||||
</Show>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user