Removed admin credentials

This commit is contained in:
Kevin Veen-Birkenbach 2024-11-07 17:13:07 -03:00
parent ce1b667459
commit 2a3fe353fe

View File

@ -9,8 +9,9 @@ address = "0.0.0.0:9000"
# be replaced with a better multi-user, role-based authentication system.
# IMPORTANT: Leave both values empty to disable authentication on admin
# only where an external authentication is already setup.
admin_username = "{{listmonk_admin_username}}"
admin_password = "{{listmonk_admin_password}}"
# admin_username = "{{listmonk_admin_username}}"
# admin_password = "{{listmonk_admin_password}}"
# Deactivated for newer versions
# Database.
[db]