Skip to content

Commit

Permalink
Merge pull request #696 from mendix/develop
Browse files Browse the repository at this point in the history
Release 2023-10-26
  • Loading branch information
mukund-padale authored Oct 26, 2023
2 parents a2d8679 + 380c092 commit 26ee4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack/core/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_m2ee_password(default_m2ee_password=str(uuid.uuid4()).replace("-", "@")
if not m2ee_password:
logging.debug(
"No ADMIN_PASSWORD or M2EE_PASSWORD configured, "
"using a random password for the m2ee admin api"
"using a random password for the m2ee admin API"
)
m2ee_password = default_m2ee_password
return m2ee_password
Expand Down

0 comments on commit 26ee4e4

Please sign in to comment.