docs(crafty) update crafty default credentials (#16321)

This commit is contained in:
Xstar97TheNoob 2023-12-20 06:45:55 -05:00 committed by GitHub
parent 1ba0e1943b
commit 89140bfb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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
```