Add default root username and password for testing
This commit is contained in:
parent
84b96e593c
commit
d67ea597e3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ clean:
|
|||
|
||||
.PHONY: serve
|
||||
serve:
|
||||
cargo run -- -vvv start memory
|
||||
cargo run -- -vvv start memory --user root --pass root
|
||||
|
||||
.PHONY: quick
|
||||
quick:
|
||||
|
|
Loading…
Reference in a new issue