Skip to content

Commit

Permalink
Update login credentials doc in sample config.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 13, 2024
1 parent a6e06d9 commit 6a34ebc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
# port, use port 80 (this will require running with elevated permissions).
address = "localhost:9000"

# IMPORTANT: This is only used during installation (--install) for creating
# the superadmin user in the database.
# ###### IMPORTANT ######
# Username and password are only used during installation (--install)
# for creating the superadmin user in the database.
#
# After installation, login to the admin dashboard, update the superadmin's
# user profile, and empty these two variables from the config file.
# user profile with the necessary details and remove these username and
# password from here.
#
# Username should be min 3 chars and Password should be min 8 chars.
admin_username = "listmonk"
admin_password = "listmonk"

Expand Down

0 comments on commit 6a34ebc

Please sign in to comment.