Skip to content

Commit

Permalink
Align default DB password with documentation (LemmyNet#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
pproe committed Jun 13, 2023
1 parent 91271a7 commit 87aa0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# Default configurations
username=lemmy
password=lemmy
password=password
dbname=lemmy
port=5432

Expand Down

0 comments on commit 87aa0ac

Please sign in to comment.