Skip to content

Commit 9f9f60f

Browse files
committed
Update SQL_PASSWORD in README.md
1 parent f55cc0f commit 9f9f60f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

04-cloud/azure/paas/01-sql-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Lo primero que necesitas es cargar algunas variables de entorno:
1010
# Database variables
1111
SQL_SERVER_NAME="heroes-sql-server"
1212
SQL_USER="sqladmin"
13-
SQL_PASSWORD="P@ssw0rd!"
13+
SQL_PASSWORD="P@ssw0rrd"
1414
startIp="0.0.0.0"
1515
endIp="0.0.0.0"
1616
```

0 commit comments

Comments
 (0)