Skip to content

Commit

Permalink
switch off random password
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 16, 2024
1 parent 80f2c09 commit 4abd9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiwiki/profiwiki_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(
self.args = None
self.config = MwClusterConfig()
self.config.smw_version = smw_version
self.config.random_password = True
self.config.random_password = False
self.config.prefix = prefix
self.config.base_port = port
self.config.sql_port = port - 1
Expand Down

0 comments on commit 4abd9f5

Please sign in to comment.