File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ token: # Settings for the tokens.
5757
5858# Static user map.
5959users :
60- # Password is specified as a BCrypt hash. Use htpasswd -B to generate.
60+ # Password is specified as a BCrypt hash. Use ` htpasswd -nB USERNAME` to generate.
6161 " admin " :
6262 password : " $2y$05$LO.vzwpWC5LZGqThvEfznu8qhb5SGqvBSWY1J3yZ4AxtMRZ3kN5jC" # badmin
6363 " test " :
Original file line number Diff line number Diff line change 1717 expiration : 900
1818
1919users :
20- # Password is specified as a BCrypt hash. Use htpasswd -B to generate.
20+ # Password is specified as a BCrypt hash. Use ` htpasswd -nB USERNAME` to generate.
2121 " admin " :
2222 password : " $2y$05$LO.vzwpWC5LZGqThvEfznu8qhb5SGqvBSWY1J3yZ4AxtMRZ3kN5jC" # badmin
2323 " test " :
You can’t perform that action at this time.
0 commit comments