fix: Use a simpler password to make the shell happy

This commit is contained in:
Sayantan Santra 2024-10-05 00:26:38 -05:00
parent dcb3144b22
commit cf5909c888
Signed by: SinTan1729
GPG Key ID: 0538DD402EA50898
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
# the hostname you're accessing it from. # the hostname you're accessing it from.
# - site_url=https://www.example.com # - site_url=https://www.example.com
- password=$3CuReP4S$W0rD - password=TopSecretPass
# Pass the redirect method, if needed. TEMPORARY and PERMANENT # Pass the redirect method, if needed. TEMPORARY and PERMANENT
# are accepted values, defaults to PERMANENT. # are accepted values, defaults to PERMANENT.