mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-09 00:04:23 +01:00
add example env
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# LOCALHOST REGTEST
|
||||
|
||||
# VITE_NETWORK="regtest"
|
||||
# VITE_PROXY="wss://p.mutinywallet.com"
|
||||
# VITE_ESPLORA="http://localhost:3003"
|
||||
|
||||
#SIGNET
|
||||
|
||||
VITE_NETWORK="signet"
|
||||
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"
|
||||
Reference in New Issue
Block a user