Skip to content

Commit

Permalink
bug: fix hive default password
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Dec 10, 2024
1 parent 0d1c8d8 commit ea8b922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyasic/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"default_goldshell_web_password": "123456789",
"default_auradine_web_password": "admin",
"default_epic_web_password": "letmein",
"default_hive_web_password": "admin",
"default_hive_web_password": "root",
"default_iceriver_web_password": "12345678",
"default_antminer_ssh_password": "miner",
"default_bosminer_ssh_password": "root",
Expand Down

0 comments on commit ea8b922

Please sign in to comment.