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
+7 -1
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
```