feat: make build user more generic

This commit is contained in:
AJ Schroeder
2025-06-10 15:58:10 -05:00
parent 5c4404f82b
commit dfde775e37

View File

@@ -6,7 +6,7 @@
*/
// Default Account Credentials
build_username = "ubuntu"
build_password = "ubuntu"
build_password_encrypted = "$6$Gg0b6uacy6apqKTP$OIvG1n8YUNpiDpsQgS02PgGgGY0egsYM0lqQq1lvOLKCAhMQcrY6SXq2K6ynt6RI8GVvmiagbKkcN6YXRzQtb1"
build_username = "deploy"
build_password = "deploy"
build_password_encrypted = "$6$MsfTs/5vjdnlgqEt$pkl1uGs645Y1NLpzQu7R/coOohkyzksn2YkY2EgjOuXkA6Tnrr3Yag8LYeotfYaiiyIzn3MyYCWdeqM.2VKAz1"
build_key = "Your public SSH key goes here"