mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-25 23:28:37 -06:00
fix: Use a simpler password to make the shell happy
This commit is contained in:
parent
dcb3144b22
commit
cf5909c888
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue