Browse Source

Remove specter-desktop authentication

exclude-app-data-chown
Luke Childs 4 years ago
parent
commit
9c224e8d1b
  1. 0
      apps/specter-desktop/data/.gitkeep
  2. 26
      apps/specter-desktop/data/config.json
  3. 11
      apps/specter-desktop/data/users.json

0
apps/specter-desktop/data/.gitkeep

26
apps/specter-desktop/data/config.json

@ -1,26 +0,0 @@
{
"rpc": {
"autodetect": true,
"datadir": "/data/.bitcoin",
"user": "",
"password": "",
"port": "",
"host": "localhost",
"protocol": "http"
},
"auth": "usernamepassword",
"explorers": {
"main": "",
"test": "",
"regtest": "",
"signet": ""
},
"hwi_bridge_url": "/hwi/api/",
"uid": "417dbd7490ff1464",
"unit": "btc",
"price_check": false,
"alt_rate": 1,
"alt_symbol": "BTC",
"price_provider": "",
"validate_merkle_proofs": false
}

11
apps/specter-desktop/data/users.json

@ -1,11 +0,0 @@
[
{
"id": "admin",
"username": "admin",
"password": {
"salt": "Raqdb55MYPm8uk9p94IuirPwvDmPsNg5H3LIUQzw9d0=",
"pwdhash": "w1PLHkdKOhGgDyGzTUxYoyyzZf/VKLi5SjLoE28rffQ="
},
"is_admin": true
}
]
Loading…
Cancel
Save