docs(crafty) update crafty default credentials (#16321)
This commit is contained in:
parent
1ba0e1943b
commit
89140bfb5b
|
@ -1,4 +1,10 @@
|
|||
# Default Credentials
|
||||
|
||||
- Username: `admin`
|
||||
- Password: `crafty`
|
||||
- Password is randomly generated
|
||||
|
||||
Shell into the app and run this command to print it to shell:
|
||||
|
||||
```terminal
|
||||
cat /crafty/app/config/default-creds.txt
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue