Skip to content

Commit

Permalink
fix: db_url in config.toml
Browse files Browse the repository at this point in the history
Signed-off-by: HouXiaoxuan <[email protected]>
  • Loading branch information
Hou-Xiaoxuan committed Jul 4, 2024
1 parent c99aaf3 commit 3bf91e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mega/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ print_std = true

[database]
# database connection url
db_url = "postgres://postgres:postgres@localhost:5432/mega"
db_url = "postgres://mega:mega@localhost:5432/mega"

# db max connection, setting it to twice the number of CPU cores would be appropriate.
max_connection = 32
Expand Down

0 comments on commit 3bf91e9

Please sign in to comment.